class OFX::Errors::URIMissing

Public Instance Methods

message() click to toggle source
# File lib/ofx/errors.rb, line 73
def message
  'You must specify the uri of the ofx server you' \
  'plan to connect to. in the options hash.'
end