Class: OpenActive::Models::Schema::BedDetails
- Inherits:
-
Intangible
- Object
- BaseModel
- JsonLdModel
- Thing
- Intangible
- OpenActive::Models::Schema::BedDetails
- Defined in:
- lib/openactive/models/schema/bed_details.rb
Instance Attribute Summary collapse
- #number_of_beds ⇒ BigDecimal?
- #type ⇒ String
- #type_of_bed ⇒ OpenActive::Models::Schema::BedType, String
Attributes inherited from Thing
#additional_type, #alternate_name, #description, #disambiguating_description, #identifier, #image, #main_entity_of_page, #name, #potential_action, #same_as, #subject_of, #url
Attributes inherited from JsonLdModel
Method Summary
Methods inherited from BaseModel
#assign_attributes, define_property, deserialize, #deserialize, deserialize_class, #initialize, #serialize, serialize, #set_property, #to_json
Methods included from Concerns::TypeChecker
Methods included from Concerns::JsonLdSerializable
Constructor Details
This class inherits a constructor from OpenActive::BaseModel
Instance Attribute Details
#number_of_beds ⇒ BigDecimal?
12 13 14 |
# File 'lib/openactive/models/schema/bed_details.rb', line 12 def number_of_beds @number_of_beds end |
#type ⇒ String
7 8 9 |
# File 'lib/openactive/models/schema/bed_details.rb', line 7 def type "schema:BedDetails" end |
#type_of_bed ⇒ OpenActive::Models::Schema::BedType, String
18 19 20 |
# File 'lib/openactive/models/schema/bed_details.rb', line 18 def type_of_bed @type_of_bed end |