Class: PyrxSynapse::TrackResponse
- Inherits:
-
Struct
- Object
- Struct
- PyrxSynapse::TrackResponse
- Defined in:
- lib/pyrx_synapse/client.rb
Overview
Response structs
Instance Attribute Summary collapse
-
#event_id ⇒ Object
Returns the value of attribute event_id.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#event_id ⇒ Object
Returns the value of attribute event_id
14 15 16 |
# File 'lib/pyrx_synapse/client.rb', line 14 def event_id @event_id end |
#status ⇒ Object
Returns the value of attribute status
14 15 16 |
# File 'lib/pyrx_synapse/client.rb', line 14 def status @status end |