Class: Apipurse::TrackCompletionResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#alert_triggeredObject

Returns the value of attribute alert_triggered

Returns:

  • (Object)

    the current value of alert_triggered



26
27
28
# File 'lib/apipurse.rb', line 26

def alert_triggered
  @alert_triggered
end

#cost_usdObject

Returns the value of attribute cost_usd

Returns:

  • (Object)

    the current value of cost_usd



26
27
28
# File 'lib/apipurse.rb', line 26

def cost_usd
  @cost_usd
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



26
27
28
# File 'lib/apipurse.rb', line 26

def error
  @error
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



26
27
28
# File 'lib/apipurse.rb', line 26

def ok
  @ok
end