Exception: OFX::Errors::RoutingNumberMissing

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



80
81
82
83
84
# File 'lib/ofx/errors.rb', line 80

def message
  'You must specify the routing number for ' \
  'your account in the options hash or ' \
  'set OFX_URI as an environment.'
end