class OFX::Errors::AppIdMissing
Public Instance Methods
message()
click to toggle source
# File lib/ofx/errors.rb, line 57 def message "You need to include 'app_id' in the options hash" \ "when you initialize your ofx document or " \ "set OFX_APP_ID as an environment variable." end