Class: OFX::BankAccount
- Inherits:
-
OFX::Base::Account
- Object
- OFX::Base::Entity
- OFX::Base::Account
- OFX::BankAccount
- Defined in:
- lib/ofx_kit/domain/bank_account.rb
Overview
Represents a bank (checking or savings) account parsed from an OFX statement.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#account_type ⇒ Object
Returns the value of attribute account_type.
-
#bank_id ⇒ Object
Returns the value of attribute bank_id.
-
#branch_id ⇒ Object
Returns the value of attribute branch_id.
Attributes inherited from OFX::Base::Account
Method Summary
Methods inherited from OFX::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/bank_account.rb', line 6 def account_id @account_id end |
#account_type ⇒ Object
Returns the value of attribute account_type.
6 7 8 |
# File 'lib/ofx_kit/domain/bank_account.rb', line 6 def account_type @account_type end |
#bank_id ⇒ Object
Returns the value of attribute bank_id.
6 7 8 |
# File 'lib/ofx_kit/domain/bank_account.rb', line 6 def bank_id @bank_id end |
#branch_id ⇒ Object
Returns the value of attribute branch_id.
6 7 8 |
# File 'lib/ofx_kit/domain/bank_account.rb', line 6 def branch_id @branch_id end |