class OFX::Errors::UserMissing

Public Instance Methods

message() click to toggle source
# File lib/ofx/errors.rb, line 9
def message
  "You need to include 'user' in the options hash" \
  "when you initialize your ofx document or " \
  "set OFX_USER as an environment variable."
end