Class: OFX::CreditCardAccount
- Inherits:
-
Base::Account
- Object
- Base::Entity
- Base::Account
- OFX::CreditCardAccount
- Defined in:
- lib/ofx_kit/credit_card_account.rb
Overview
Represents a credit card account parsed from an OFX statement.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Credit card account number (String).
Attributes inherited from Base::Account
Method Summary
Methods inherited from Base::Entity
ensure_attribute, wired_by_builder
Instance Attribute Details
#account_id ⇒ Object
Credit card account number (String).
7 8 9 |
# File 'lib/ofx_kit/credit_card_account.rb', line 7 def account_id @account_id end |