Skip to content

Files

Latest commit

 

History

History
24 lines (18 loc) · 483 Bytes

Amenity.md

File metadata and controls

24 lines (18 loc) · 483 Bytes

Propertyware::Amenity

Properties

Name Type Description Notes
code String Amenity code. [optional]
id Integer Unique identifier. [optional]
name String Amenity name. [optional]
type String Amenity type. [optional]

Example

require 'propertyware'

instance = Propertyware::Amenity.new(
  code: null,
  id: null,
  name: null,
  type: null
)