Class: PolarLoop::Types::ChargeReadyResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/polarloop/types/charge_ready_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#readyObject

Returns the value of attribute ready

Returns:

  • (Object)

    the current value of ready



5
6
7
# File 'lib/polarloop/types/charge_ready_result.rb', line 5

def ready
  @ready
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



5
6
7
# File 'lib/polarloop/types/charge_ready_result.rb', line 5

def reason
  @reason
end