# File lib/active_merchant/billing/gateways/ideal/ideal_response.rb, line 23 23: def error 24: @params.values[0]['Error'] 25: end
# 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
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.