Class: OpenActive::Rpde::RpdeItem
- Defined in:
- lib/openactive/rpde/rpde_item.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#modified ⇒ Object
Returns the value of attribute modified.
-
#state ⇒ Object
Returns the value of attribute state.
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
#data ⇒ Object
Returns the value of attribute data
8 9 10 |
# File 'lib/openactive/rpde/rpde_item.rb', line 8 def data @data end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/openactive/rpde/rpde_item.rb', line 6 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind
5 6 7 |
# File 'lib/openactive/rpde/rpde_item.rb', line 5 def kind @kind end |
#modified ⇒ Object
Returns the value of attribute modified
7 8 9 |
# File 'lib/openactive/rpde/rpde_item.rb', line 7 def modified @modified end |
#state ⇒ Object
Returns the value of attribute state
4 5 6 |
# File 'lib/openactive/rpde/rpde_item.rb', line 4 def state @state end |