Class: PFS::Resources::Accounts::Balance
- Defined in:
- lib/pfs/resources/accounts/balance.rb
Instance Attribute Summary collapse
-
#availableBalance ⇒ Object
(also: #available)
Returns the value of attribute availableBalance.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#ledgerBalance ⇒ Object
(also: #ledger)
Returns the value of attribute ledgerBalance.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from PFS::Resources::Base
Instance Attribute Details
#availableBalance ⇒ Object Also known as: available
Returns the value of attribute availableBalance.
7 8 9 |
# File 'lib/pfs/resources/accounts/balance.rb', line 7 def availableBalance @availableBalance end |
#currency ⇒ Object
Returns the value of attribute currency.
7 8 9 |
# File 'lib/pfs/resources/accounts/balance.rb', line 7 def currency @currency end |
#ledgerBalance ⇒ Object Also known as: ledger
Returns the value of attribute ledgerBalance.
7 8 9 |
# File 'lib/pfs/resources/accounts/balance.rb', line 7 def ledgerBalance @ledgerBalance end |