Class: OFX::Base::Account
Overview
Abstract base class for financial accounts.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
Method Summary
Methods inherited from Entity
ensure_attribute, wired_by_builder
Instance Attribute Details
#currency ⇒ Object
Returns the value of attribute currency.
7 8 9 |
# File 'lib/ofx_kit/base/account.rb', line 7 def currency @currency end |