class OFX::Errors::RoutingMissing

Public Instance Methods

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