Class: Aranha::Parsers::Ofx::Data::BankAccount
- Extended by:
- MonetaryClassSupport
- Includes:
- MonetarySupport
- Defined in:
- lib/aranha/parsers/ofx/data/bank_account.rb
Constant Summary collapse
- TYPE =
%i[CHECKING SAVINGS MONEYMRKT CREDITLINE].freeze
Instance Attribute Summary collapse
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#balance_date ⇒ Object
Returns the value of attribute balance_date.
-
#type ⇒ Object
rubocop:disable Lint/DuplicateMethods.
Attributes included from MonetaryClassSupport
Attributes inherited from Account
#number, #routing_number, #statement, #transaction_uid
Method Summary
Methods included from MonetaryClassSupport
Methods included from MonetarySupport
#method_missing, #monetary_method_call?, #original_method, #pennies_for, #respond_to?
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Aranha::Parsers::Ofx::Data::MonetarySupport
Instance Attribute Details
#balance ⇒ Object
Returns the value of attribute balance.
9 10 11 |
# File 'lib/aranha/parsers/ofx/data/bank_account.rb', line 9 def balance @balance end |
#balance_date ⇒ Object
Returns the value of attribute balance_date.
9 10 11 |
# File 'lib/aranha/parsers/ofx/data/bank_account.rb', line 9 def balance_date @balance_date end |
#type ⇒ Object
rubocop:disable Lint/DuplicateMethods
17 18 19 |
# File 'lib/aranha/parsers/ofx/data/bank_account.rb', line 17 def type @type end |