Class: OfxParser::BankAccount
- Includes:
- MonetarySupport
- Defined in:
- lib/ofx.rb
Constant Summary collapse
- TYPE =
[:CHECKING, :SAVINGS, :MONEYMRKT, :CREDITLINE]
Instance Attribute Summary collapse
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#balance_date ⇒ Object
Returns the value of attribute balance_date.
-
#routing_number ⇒ Object
Returns the value of attribute routing_number.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Account
#number, #statement, #transaction_uid
Method Summary
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 OfxParser::MonetarySupport
Instance Attribute Details
#balance ⇒ Object
Returns the value of attribute balance.
77 78 79 |
# File 'lib/ofx.rb', line 77 def balance @balance end |
#balance_date ⇒ Object
Returns the value of attribute balance_date.
77 78 79 |
# File 'lib/ofx.rb', line 77 def balance_date @balance_date end |
#routing_number ⇒ Object
Returns the value of attribute routing_number.
77 78 79 |
# File 'lib/ofx.rb', line 77 def routing_number @routing_number end |
#type ⇒ Object
Returns the value of attribute type.
77 78 79 |
# File 'lib/ofx.rb', line 77 def type @type end |