Class: Paymos::Balance
- Defined in:
- lib/paymos/models.rb,
sig/paymos.rbs
Instance Attribute Summary collapse
-
#available ⇒ String
readonly
Returns the value of attribute available.
-
#currency ⇒ String
readonly
Returns the value of attribute currency.
Method Summary
Methods inherited from Model
#[], deep_freeze, fields, from, #initialize, #to_h
Constructor Details
This class inherits a constructor from Paymos::Model
Instance Attribute Details
#available ⇒ String (readonly)
Returns the value of attribute available.
138 139 140 |
# File 'sig/paymos.rbs', line 138 def available @available end |
#currency ⇒ String (readonly)
Returns the value of attribute currency.
137 138 139 |
# File 'sig/paymos.rbs', line 137 def currency @currency end |