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

Returns the value of attribute currency.



7
8
9
# File 'lib/ofx_kit/base/account.rb', line 7

def currency
  @currency
end