Class: Arcticelvis::EventMessage
- Defined in:
- lib/arcticelvis/event_message.rb
Instance Attribute Summary collapse
-
#event_id ⇒ Object
Returns the value of attribute event_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#preview(payload = {}) ⇒ Object
Returns the value of attribute preview.
-
#state ⇒ Object
Returns the value of attribute state.
-
#subject ⇒ Object
Returns the value of attribute subject.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#initialize, #parse_timestamps, #set_attributes
Constructor Details
This class inherits a constructor from Arcticelvis::Base
Instance Attribute Details
#event_id ⇒ Object
Returns the value of attribute event_id.
3 4 5 |
# File 'lib/arcticelvis/event_message.rb', line 3 def event_id @event_id end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/arcticelvis/event_message.rb', line 3 def id @id end |
#preview(payload = {}) ⇒ Object
Returns the value of attribute preview.
3 4 5 |
# File 'lib/arcticelvis/event_message.rb', line 3 def preview @preview end |
#state ⇒ Object
Returns the value of attribute state.
3 4 5 |
# File 'lib/arcticelvis/event_message.rb', line 3 def state @state end |
#subject ⇒ Object
Returns the value of attribute subject.
3 4 5 |
# File 'lib/arcticelvis/event_message.rb', line 3 def subject @subject end |