Class: PFS::Resources::Accounts::Balance

Inherits:
Base
  • Object
show all
Defined in:
lib/pfs/resources/accounts/balance.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#response

Method Summary

Methods inherited from Base

#initialize, map

Constructor Details

This class inherits a constructor from PFS::Resources::Base

Instance Attribute Details

#availableBalanceObject 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

#currencyObject

Returns the value of attribute currency.



7
8
9
# File 'lib/pfs/resources/accounts/balance.rb', line 7

def currency
  @currency
end

#ledgerBalanceObject 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