Class: RVGP::Pta::BalanceAccount

Inherits:
Base::Reader show all
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

Attributes inherited from Base::Reader

#options

Method Summary

Methods inherited from Base::Reader

readers

Instance Attribute Details

#amountsArray<RVGP::Journal::Commodity> (readonly)

The commodities in this account, as reported by balance

Returns:



39
40
41
# File 'lib/rvgp/pta.rb', line 39

def amounts
  @amounts
end

#fullnameString (readonly)

The name of this account

Returns:

  • (String)

    the current value of fullname



39
40
41
# File 'lib/rvgp/pta.rb', line 39

def fullname
  @fullname
end