Class: Seam::Event

Inherits:
BaseResource show all
Defined in:
lib/seam/resources/event.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_idObject

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_idObject

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_typeObject

Returns the value of attribute event_type.



5
6
7
# File 'lib/seam/resources/event.rb', line 5

def event_type
  @event_type
end

#payloadObject

Returns the value of attribute payload.



5
6
7
# File 'lib/seam/resources/event.rb', line 5

def payload
  @payload
end

#workspace_idObject

Returns the value of attribute workspace_id.



5
6
7
# File 'lib/seam/resources/event.rb', line 5

def workspace_id
  @workspace_id
end