Class: PyrxSynapse::BatchTrackResponse
- Inherits:
-
Struct
- Object
- Struct
- PyrxSynapse::BatchTrackResponse
- Defined in:
- lib/pyrx_synapse/client.rb
Instance Attribute Summary collapse
-
#accepted ⇒ Object
Returns the value of attribute accepted.
-
#rejected ⇒ Object
Returns the value of attribute rejected.
Instance Attribute Details
#accepted ⇒ Object
Returns the value of attribute accepted
15 16 17 |
# File 'lib/pyrx_synapse/client.rb', line 15 def accepted @accepted end |
#rejected ⇒ Object
Returns the value of attribute rejected
15 16 17 |
# File 'lib/pyrx_synapse/client.rb', line 15 def rejected @rejected end |