class OFX::Errors
Public Class Methods
new(options = {})
click to toggle source
# File lib/ofx/errors.rb, line 4 def initialize(options = {}) @account_type = options[:accoint_type] end
# File lib/ofx/errors.rb, line 4 def initialize(options = {}) @account_type = options[:accoint_type] end