Class: PyrxSynapse::TrackResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/pyrx_synapse/client.rb

Overview

Response structs

Instance Attribute Summary collapse

Instance Attribute Details

#event_idObject

Returns the value of attribute event_id

Returns:

  • (Object)

    the current value of event_id



14
15
16
# File 'lib/pyrx_synapse/client.rb', line 14

def event_id
  @event_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



14
15
16
# File 'lib/pyrx_synapse/client.rb', line 14

def status
  @status
end