Exception: OFX::Errors::PasswordMissing

Inherits:
OFX::Errors
  • Object
show all
Defined in:
lib/ofx/errors.rb

Instance Method Summary collapse

Methods inherited from OFX::Errors

#initialize

Constructor Details

This class inherits a constructor from OFX::Errors

Instance Method Details

#messageObject



17
18
19
20
21
# File 'lib/ofx/errors.rb', line 17

def message
  "You need to include 'password' in the options hash" \
  "when you initialize your ofx document or " \
  "set OFX_PASSWORD as an environment variable."
end