Class: ActiveMerchant::Billing::PaymillGateway::ResponseParser
- Inherits:
-
Object
- Object
- ActiveMerchant::Billing::PaymillGateway::ResponseParser
- Defined in:
- lib/active_merchant/billing/gateways/paymill.rb
Instance Method Summary collapse
- #generate_response ⇒ Object
-
#initialize(raw_response = "", options = {}) ⇒ ResponseParser
constructor
A new instance of ResponseParser.
Constructor Details
#initialize(raw_response = "", options = {}) ⇒ ResponseParser
Returns a new instance of ResponseParser.
179 180 181 182 |
# File 'lib/active_merchant/billing/gateways/paymill.rb', line 179 def initialize(raw_response="", ={}) @raw_response = raw_response @options = end |