Class: SBF::Client::Event::Activity

Inherits:
BaseEntity show all
Defined in:
lib/stbaldricks/entities/event.rb

Constant Summary

Constants inherited from BaseEntity

BaseEntity::ELSE

Instance Attribute Summary collapse

Attributes inherited from BaseEntity

#errors

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

#activityObject

Returns the value of attribute activity.



57
58
59
# File 'lib/stbaldricks/entities/event.rb', line 57

def activity
  @activity
end

#end_timeObject

Returns the value of attribute end_time.



56
57
58
# File 'lib/stbaldricks/entities/event.rb', line 56

def end_time
  @end_time
end

#idObject (readonly)

Returns the value of attribute id.



53
54
55
# File 'lib/stbaldricks/entities/event.rb', line 53

def id
  @id
end

#sort_orderObject

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_timeObject

Returns the value of attribute start_time.



55
56
57
# File 'lib/stbaldricks/entities/event.rb', line 55

def start_time
  @start_time
end