Class: OFX::Base::Account
Overview
Abstract base class for financial accounts.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#currency ⇒ Object
ISO 4217 currency code, e.g.
Method Summary
Methods inherited from Entity
ensure_attribute, wired_by_builder
Instance Attribute Details
#currency ⇒ Object
ISO 4217 currency code, e.g. “USD”, “BRL” (String).
8 9 10 |
# File 'lib/ofx_kit/base/account.rb', line 8 def currency @currency end |