Class Index [+]

Quicksearch

ActiveMerchant::Billing::IdealResponse

Public Instance Methods

error() click to toggle source
    # File lib/active_merchant/billing/gateways/ideal/ideal_response.rb, line 23
23:       def error
24:         @params.values[0]['Error']
25:       end
issuer_list() click to toggle source
    # File lib/active_merchant/billing/gateways/ideal/ideal_response.rb, line 5
 5:       def issuer_list      
 6:         list = @params.values[0]['Directory']['Issuer']
 7:         case list
 8:           when Hash
 9:             return [list]
10:           when Array
11:             return list
12:         end  
13:       end
service_url() click to toggle source
    # File lib/active_merchant/billing/gateways/ideal/ideal_response.rb, line 15
15:       def service_url
16:         @params.values[0]['Issuer']['issuerAuthenticationURL']
17:       end
transaction() click to toggle source
    # File lib/active_merchant/billing/gateways/ideal/ideal_response.rb, line 19
19:       def transaction
20:         @params.values[0]['Transaction']
21:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.