Class: OpenActive::Models::BookingService
Instance Attribute Summary collapse
#aggregate_rating, #area_served, #audience, #available_channel, #award, #brand, #broker, #category, #has_offer_catalog, #hours_available, #is_related_to, #is_similar_to, #logo, #offers, #produces, #provider, #provider_mobility, #review, #service_area, #service_audience, #service_output, #service_type, #slogan
#additional_type, #alternate_name, #description, #disambiguating_description, #identifier, #image, #main_entity_of_page, #potential_action, #same_as, #subject_of
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
#name ⇒ String
11
12
13
|
# File 'lib/openactive/models/booking_service.rb', line 11
def name
@name
end
|
#software_version ⇒ String
16
17
18
|
# File 'lib/openactive/models/booking_service.rb', line 16
def software_version
@software_version
end
|
21
22
23
|
# File 'lib/openactive/models/booking_service.rb', line 21
def terms_of_service
@terms_of_service
end
|
#type ⇒ String
6
7
8
|
# File 'lib/openactive/models/booking_service.rb', line 6
def type
"BookingService"
end
|
#url ⇒ URI
26
27
28
|
# File 'lib/openactive/models/booking_service.rb', line 26
def url
@url
end
|