Class: OpenActive::Models::Schema::LodgingBusiness
Instance Attribute Summary collapse
#branch_of, #currencies_accepted, #opening_hours, #payment_accepted, #price_range
Attributes inherited from Place
#additional_property, #address, #aggregate_rating, #branch_code, #contained_in, #contained_in_place, #contains_place, #event, #events, #fax_number, #geo, #geo_contains, #geo_covered_by, #geo_covers, #geo_crosses, #geo_disjoint, #geo_equals, #geo_intersects, #geo_overlaps, #geo_touches, #geo_within, #global_location_number, #has_map, #is_accessible_for_free, #isic_v4, #latitude, #logo, #longitude, #map, #maps, #maximum_attendee_capacity, #opening_hours_specification, #photo, #photos, #public_access, #review, #reviews, #slogan, #smoking_allowed, #special_opening_hours_specification, #telephone
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
#context, #id
Method Summary
Methods inherited from BaseModel
#assign_attributes, define_property, deserialize, #deserialize, deserialize_class, #initialize, #serialize, serialize, #set_property, #to_json
#check_types, included
included, #to_h, #values
Instance Attribute Details
31
32
33
|
# File 'lib/openactive/models/schema/lodging_business.rb', line 31
def amenity_feature
@amenity_feature
end
|
56
57
58
|
# File 'lib/openactive/models/schema/lodging_business.rb', line 56
def audience
@audience
end
|
36
37
38
|
# File 'lib/openactive/models/schema/lodging_business.rb', line 36
def available_language
@available_language
end
|
#checkin_time ⇒ Time, ...
49
50
51
|
# File 'lib/openactive/models/schema/lodging_business.rb', line 49
def checkin_time
@checkin_time
end
|
#checkout_time ⇒ DateTime, ...
19
20
21
|
# File 'lib/openactive/models/schema/lodging_business.rb', line 19
def checkout_time
@checkout_time
end
|
12
13
14
|
# File 'lib/openactive/models/schema/lodging_business.rb', line 12
def number_of_rooms
@number_of_rooms
end
|
#pets_allowed ⇒ String, ...
42
43
44
|
# File 'lib/openactive/models/schema/lodging_business.rb', line 42
def pets_allowed
@pets_allowed
end
|
26
27
28
|
# File 'lib/openactive/models/schema/lodging_business.rb', line 26
def star_rating
@star_rating
end
|
#type ⇒ String
7
8
9
|
# File 'lib/openactive/models/schema/lodging_business.rb', line 7
def type
"schema:LodgingBusiness"
end
|