Class: OpenActive::Models::Schema::OpeningHoursSpecification
Instance Attribute Summary collapse
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
#closes ⇒ Time?
18
19
20
|
# File 'lib/openactive/models/schema/opening_hours_specification.rb', line 18
def closes
@closes
end
|
12
13
14
|
# File 'lib/openactive/models/schema/opening_hours_specification.rb', line 12
def day_of_week
@day_of_week
end
|
#opens ⇒ Time?
24
25
26
|
# File 'lib/openactive/models/schema/opening_hours_specification.rb', line 24
def opens
@opens
end
|
#type ⇒ String
7
8
9
|
# File 'lib/openactive/models/schema/opening_hours_specification.rb', line 7
def type
"schema:OpeningHoursSpecification"
end
|
#valid_from ⇒ DateTime, ...
37
38
39
|
# File 'lib/openactive/models/schema/opening_hours_specification.rb', line 37
def valid_from
@valid_from
end
|
#valid_through ⇒ Date, ...
30
31
32
|
# File 'lib/openactive/models/schema/opening_hours_specification.rb', line 30
def valid_through
@valid_through
end
|