Class: AqumulateAPI::AccountBalance
- Defined in:
- lib/aqumulate_api/entities/account_balance.rb
Constant Summary collapse
- ATTR_MAP =
{ type: 'AcctBalType', amount: 'AcctBalAmt', currency: 'CurCode' }
Constants inherited from Entity
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Entity
Constructor Details
This class inherits a constructor from AqumulateAPI::Entity
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
10 11 12 |
# File 'lib/aqumulate_api/entities/account_balance.rb', line 10 def amount @amount end |
#currency ⇒ Object
Returns the value of attribute currency.
10 11 12 |
# File 'lib/aqumulate_api/entities/account_balance.rb', line 10 def currency @currency end |
#type ⇒ Object
Returns the value of attribute type.
10 11 12 |
# File 'lib/aqumulate_api/entities/account_balance.rb', line 10 def type @type end |