Class: ActiveMerchant::Billing::EwayRapidGateway::EwayRapidResponse
- Inherits:
-
Response
- Object
- Response
- ActiveMerchant::Billing::EwayRapidGateway::EwayRapidResponse
- Defined in:
- lib/active_merchant/billing/gateways/eway_rapid.rb
Instance Attribute Summary
Attributes inherited from Response
#authorization, #avs_result, #cvv_result, #message, #params, #test
Instance Method Summary collapse
Methods inherited from Response
#fraud_review?, #initialize, #success?, #test?
Constructor Details
This class inherits a constructor from ActiveMerchant::Billing::Response
Instance Method Details
#form_url ⇒ Object
313 314 315 |
# File 'lib/active_merchant/billing/gateways/eway_rapid.rb', line 313 def form_url params["formactionurl"] end |