Class: OFX::CreditCardAccount

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

Overview

Represents a credit card account parsed from an OFX statement.

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

Returns the value of attribute account_id.



6
7
8
# File 'lib/ofx_kit/domain/credit_card_account.rb', line 6

def 
  @account_id
end