Class: ActiveMerchant::Billing::PaymillGateway::ResponseParser
- Inherits:
-
Object
- Object
- ActiveMerchant::Billing::PaymillGateway::ResponseParser
- Defined in:
- lib/active_merchant/billing/gateways/paymill.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#parsed ⇒ Object
readonly
Returns the value of attribute parsed.
-
#raw_response ⇒ Object
readonly
Returns the value of attribute raw_response.
-
#succeeded ⇒ Object
readonly
Returns the value of attribute succeeded.
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.
241 242 243 244 |
# File 'lib/active_merchant/billing/gateways/paymill.rb', line 241 def initialize(raw_response="", ={}) @raw_response = raw_response @options = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
239 240 241 |
# File 'lib/active_merchant/billing/gateways/paymill.rb', line 239 def @message end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
239 240 241 |
# File 'lib/active_merchant/billing/gateways/paymill.rb', line 239 def @options end |
#parsed ⇒ Object (readonly)
Returns the value of attribute parsed.
239 240 241 |
# File 'lib/active_merchant/billing/gateways/paymill.rb', line 239 def parsed @parsed end |
#raw_response ⇒ Object (readonly)
Returns the value of attribute raw_response.
239 240 241 |
# File 'lib/active_merchant/billing/gateways/paymill.rb', line 239 def raw_response @raw_response end |
#succeeded ⇒ Object (readonly)
Returns the value of attribute succeeded.
239 240 241 |
# File 'lib/active_merchant/billing/gateways/paymill.rb', line 239 def succeeded @succeeded end |