Class: Seam::Event
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Event
- Defined in:
- lib/seam/resources/event.rb
Instance Attribute Summary collapse
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#event_id ⇒ Object
Returns the value of attribute event_id.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::BaseResource
Instance Attribute Details
#device_id ⇒ Object
Returns the value of attribute device_id.
5 6 7 |
# File 'lib/seam/resources/event.rb', line 5 def device_id @device_id end |
#event_id ⇒ Object
Returns the value of attribute event_id.
5 6 7 |
# File 'lib/seam/resources/event.rb', line 5 def event_id @event_id end |
#event_type ⇒ Object
Returns the value of attribute event_type.
5 6 7 |
# File 'lib/seam/resources/event.rb', line 5 def event_type @event_type end |
#payload ⇒ Object
Returns the value of attribute payload.
5 6 7 |
# File 'lib/seam/resources/event.rb', line 5 def payload @payload end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
5 6 7 |
# File 'lib/seam/resources/event.rb', line 5 def workspace_id @workspace_id end |