Class: OpenActive::Models::Lease
- Inherits:
-
Schema::Thing
- Object
- BaseModel
- JsonLdModel
- Schema::Thing
- OpenActive::Models::Lease
- Defined in:
- lib/openactive/models/lease.rb
Instance Attribute Summary collapse
Attributes inherited from Schema::Thing
#additional_type, #alternate_name, #description, #disambiguating_description, #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
#identifier ⇒ int, ...
11 12 13 |
# File 'lib/openactive/models/lease.rb', line 11 def identifier @identifier end |
#lease_expires ⇒ DateTime?
20 21 22 |
# File 'lib/openactive/models/lease.rb', line 20 def lease_expires @lease_expires end |
#type ⇒ String
6 7 8 |
# File 'lib/openactive/models/lease.rb', line 6 def type "Lease" end |