Parent

Methods

Class Index [+]

Quicksearch

ActiveMerchant::Billing::NetaxeptGateway::Response

Attributes

error_detail[R]

Public Class Methods

new(success, message, raw, options) click to toggle source
     # File lib/active_merchant/billing/gateways/netaxept.rb, line 229
229:         def initialize(success, message, raw, options)
230:           super
231:           unless success
232:             @error_detail = raw[:processSetup]['Result']['ResponseText'] if raw[:processSetup] && raw[:processSetup]['Result']
233:           end
234:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.