Class: OfxParser::CreditAccount
- Defined in:
- lib/ofx_parser/ofx.rb
Instance Attribute Summary collapse
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#balance_date ⇒ Object
Returns the value of attribute balance_date.
-
#remaining_credit ⇒ Object
Returns the value of attribute remaining_credit.
-
#remaining_credit_date ⇒ Object
Returns the value of attribute remaining_credit_date.
Attributes inherited from Account
#number, #routing_number, #statement, #transaction_uid
Instance Attribute Details
#balance ⇒ Object
Returns the value of attribute balance.
43 44 45 |
# File 'lib/ofx_parser/ofx.rb', line 43 def balance @balance end |
#balance_date ⇒ Object
Returns the value of attribute balance_date.
43 44 45 |
# File 'lib/ofx_parser/ofx.rb', line 43 def balance_date @balance_date end |
#remaining_credit ⇒ Object
Returns the value of attribute remaining_credit.
43 44 45 |
# File 'lib/ofx_parser/ofx.rb', line 43 def remaining_credit @remaining_credit end |
#remaining_credit_date ⇒ Object
Returns the value of attribute remaining_credit_date.
43 44 45 |
# File 'lib/ofx_parser/ofx.rb', line 43 def remaining_credit_date @remaining_credit_date end |