Class: RVGP::Pta::BalanceAccount
- Inherits:
-
Base::Reader
- Object
- Base::Reader
- RVGP::Pta::BalanceAccount
- Defined in:
- lib/rvgp/pta.rb
Overview
This class stores the Account details, as produced by the balance method of a pta adapter
Instance Attribute Summary collapse
-
#amounts ⇒ Array<RVGP::Journal::Commodity>
readonly
The commodities in this account, as reported by balance.
-
#fullname ⇒ String
readonly
The name of this account.
Attributes inherited from Base::Reader
Method Summary
Methods inherited from Base::Reader
Instance Attribute Details
#amounts ⇒ Array<RVGP::Journal::Commodity> (readonly)
The commodities in this account, as reported by balance
39 40 41 |
# File 'lib/rvgp/pta.rb', line 39 def amounts @amounts end |
#fullname ⇒ String (readonly)
The name of this account
39 40 41 |
# File 'lib/rvgp/pta.rb', line 39 def fullname @fullname end |