Class: OFX::Statement::CreditCard
- Defined in:
- lib/ofx/statement/credit_card.rb
Instance Attribute Summary collapse
-
#available_credit ⇒ Object
Returns the value of attribute available_credit.
Attributes inherited from Base
#account_number, #builder_class, #currency, #date, #end_date, #language, #ledger_balance, #server_response_time, #start_date
Instance Method Summary collapse
Methods inherited from Base
#<<, #fitid_for, #initialize, #serialise, #transactions
Constructor Details
This class inherits a constructor from OFX::Statement::Base
Instance Attribute Details
#available_credit ⇒ Object
Returns the value of attribute available_credit.
8 9 10 |
# File 'lib/ofx/statement/credit_card.rb', line 8 def available_credit @available_credit end |
Instance Method Details
#output ⇒ Object
10 11 12 |
# File 'lib/ofx/statement/credit_card.rb', line 10 def output OFX::Statement::Output::CreditCard end |