Exception: OFX::Errors::AccountTypeNotAvailable
- Inherits:
-
OFX::Errors
- Object
- StandardError
- OFX::Errors
- OFX::Errors::AccountTypeNotAvailable
- Defined in:
- lib/ofx/errors.rb
Instance Method Summary collapse
Methods inherited from OFX::Errors
Constructor Details
This class inherits a constructor from OFX::Errors
Instance Method Details
#message ⇒ Object
80 81 82 83 84 |
# File 'lib/ofx/errors.rb', line 80 def "The account type #{@account_type} is not available. " \ "Please choose :savings, :money_market, :credit_line or " \ "omit for :checking." end |