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