Class: OfxParser::CreditAccount
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 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 OfxParser::MonetarySupport
Instance Attribute Details
#balance ⇒ Object
Returns the value of attribute balance.
91 92 93 |
# File 'lib/ofx.rb', line 91 def balance @balance end |
#balance_date ⇒ Object
Returns the value of attribute balance_date.
91 92 93 |
# File 'lib/ofx.rb', line 91 def balance_date @balance_date end |
#remaining_credit ⇒ Object
Returns the value of attribute remaining_credit.
91 92 93 |
# File 'lib/ofx.rb', line 91 def remaining_credit @remaining_credit end |
#remaining_credit_date ⇒ Object
Returns the value of attribute remaining_credit_date.
91 92 93 |
# File 'lib/ofx.rb', line 91 def remaining_credit_date @remaining_credit_date end |