class OFX::Errors::AccountMissing
Public Instance Methods
message()
click to toggle source
# File lib/ofx/errors.rb, line 49 def message "You need to include 'account' in the options hash" \ "when you initialize your ofx document or " \ "set OFX_ACCOUNT as an environment variable." end