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