Class: OFX::Base::Account

Inherits:
Entity
  • Object
show all
Defined in:
lib/ofx_kit/base/account.rb

Overview

Abstract base class for financial accounts.

Direct Known Subclasses

OFX::BankAccount, CreditCardAccount

Instance Attribute Summary collapse

Method Summary

Methods inherited from Entity

ensure_attribute, wired_by_builder

Instance Attribute Details

#currencyObject

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