Class: Apipurse::TrackCompletionResult
- Inherits:
-
Struct
- Object
- Struct
- Apipurse::TrackCompletionResult
- Defined in:
- lib/apipurse.rb
Instance Attribute Summary collapse
-
#alert_triggered ⇒ Object
Returns the value of attribute alert_triggered.
-
#cost_usd ⇒ Object
Returns the value of attribute cost_usd.
-
#error ⇒ Object
Returns the value of attribute error.
-
#ok ⇒ Object
Returns the value of attribute ok.
Instance Attribute Details
#alert_triggered ⇒ Object
Returns the value of attribute alert_triggered
26 27 28 |
# File 'lib/apipurse.rb', line 26 def alert_triggered @alert_triggered end |
#cost_usd ⇒ Object
Returns the value of attribute cost_usd
26 27 28 |
# File 'lib/apipurse.rb', line 26 def cost_usd @cost_usd end |
#error ⇒ Object
Returns the value of attribute error
26 27 28 |
# File 'lib/apipurse.rb', line 26 def error @error end |
#ok ⇒ Object
Returns the value of attribute ok
26 27 28 |
# File 'lib/apipurse.rb', line 26 def ok @ok end |