class OFX::Errors::FiOrgMissing

Public Instance Methods

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