Class: SBF::Client::Event::Activity
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::Event::Activity
- Defined in:
- lib/stbaldricks/entities/event.rb
Constant Summary
Constants inherited from BaseEntity
Instance Attribute Summary collapse
-
#activity ⇒ Object
Returns the value of attribute activity.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#sort_order ⇒ Object
Returns the value of attribute sort_order.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Attributes inherited from BaseEntity
Method Summary
Methods inherited from BaseEntity
#add_errors, allow_instantiation?, attr_accessor, attr_reader, attr_writer, attributes, #attributes=, collection_attributes, entity_attr_accessor, entity_attr_reader, entity_attr_writer, entity_attributes, entity_collection_attr_accessor, entity_collection_attr_reader, entity_collection_attr_writer, inherited, #initialize, #model_name, multitype_attr_accessor, multitype_attr_reader, multitype_attr_writer, multitype_collection_attr_accessor, multitype_collection_attr_reader, multitype_collection_attr_writer, #not_provided_attributes, optional_attributes, #persisted?, #to_hash, #to_json
Constructor Details
This class inherits a constructor from SBF::Client::BaseEntity
Instance Attribute Details
#activity ⇒ Object
Returns the value of attribute activity.
57 58 59 |
# File 'lib/stbaldricks/entities/event.rb', line 57 def activity @activity end |
#end_time ⇒ Object
Returns the value of attribute end_time.
56 57 58 |
# File 'lib/stbaldricks/entities/event.rb', line 56 def end_time @end_time end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
53 54 55 |
# File 'lib/stbaldricks/entities/event.rb', line 53 def id @id end |
#sort_order ⇒ Object
Returns the value of attribute sort_order.
58 59 60 |
# File 'lib/stbaldricks/entities/event.rb', line 58 def sort_order @sort_order end |
#start_time ⇒ Object
Returns the value of attribute start_time.
55 56 57 |
# File 'lib/stbaldricks/entities/event.rb', line 55 def start_time @start_time end |