Class: OfxParser::BankAccount
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.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Account
#number, #routing_number, #statement, #transaction_uid
Instance Attribute Details
#balance ⇒ Object
Returns the value of attribute balance.
34 35 36 |
# File 'lib/ofx_parser/ofx.rb', line 34 def balance @balance end |
#balance_date ⇒ Object
Returns the value of attribute balance_date.
34 35 36 |
# File 'lib/ofx_parser/ofx.rb', line 34 def balance_date @balance_date end |
#type ⇒ Object
Returns the value of attribute type.
34 35 36 |
# File 'lib/ofx_parser/ofx.rb', line 34 def type @type end |