Class: PolarLoop::Types::ChargeReadyResult
- Inherits:
-
Struct
- Object
- Struct
- PolarLoop::Types::ChargeReadyResult
- Defined in:
- lib/polarloop/types/charge_ready_result.rb
Instance Attribute Summary collapse
-
#ready ⇒ Object
Returns the value of attribute ready.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#ready ⇒ Object
Returns the value of attribute ready
5 6 7 |
# File 'lib/polarloop/types/charge_ready_result.rb', line 5 def ready @ready end |
#reason ⇒ Object
Returns the value of attribute reason
5 6 7 |
# File 'lib/polarloop/types/charge_ready_result.rb', line 5 def reason @reason end |