Object
# File lib/active_merchant/billing/response.rb, line 22 22: def initialize(success, message, params = {}, options = {}) 23: @success, @message, @params = success, message, params.stringify_keys 24: @test = options[:test] || false 25: @authorization = options[:authorization] 26: @fraud_review = options[:fraud_review] 27: @avs_result = AVSResult.new(options[:avs_result]).to_hash 28: @cvv_result = CVVResult.new(options[:cvv_result]).to_hash 29: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.