Class: OFX::CreditCardAccount
- Inherits:
-
Base::Account
- Object
- Base::Entity
- Base::Account
- OFX::CreditCardAccount
- 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
-
#account_id ⇒ Object
Returns the value of attribute account_id.
Attributes inherited from Base::Account
Method Summary
Methods inherited from Base::Entity
ensure_attribute, wired_by_builder
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id.
6 7 8 |
# File 'lib/ofx_kit/domain/credit_card_account.rb', line 6 def account_id @account_id end |