Class: OFX::CreditCardAccount

Inherits:
Base::Account show all
Defined in:
lib/ofx_kit/credit_card_account.rb

Overview

Represents a credit card account parsed from an OFX statement.

Example

 = OFX.new("credit_card.ofx").
.   #=> "4111111111111111"
.currency     #=> "USD"
.balance      #=> #<OFX::Balance ...>
.transactions #=> #<OFX::TransactionCollection ...>

Instance Attribute Summary collapse

Attributes inherited from Base::Account

#currency

Method Summary

Methods inherited from Base::Entity

ensure_attribute, wired_by_builder

Instance Attribute Details

#account_idObject

Credit card account number (String).



15
16
17
# File 'lib/ofx_kit/credit_card_account.rb', line 15

def 
  @account_id
end