Class: SpreePaypalCheckout::Gateway::GatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- SpreePaypalCheckout::Gateway::GatewayResponse
- Defined in:
- app/models/spree_paypal_checkout/gateway.rb
Instance Attribute Summary collapse
-
#authorization ⇒ Object
Returns the value of attribute authorization.
-
#message ⇒ Object
Returns the value of attribute message.
-
#params ⇒ Object
Returns the value of attribute params.
-
#success ⇒ Object
(also: #success?)
Returns the value of attribute success.
Instance Attribute Details
#authorization ⇒ Object
Returns the value of attribute authorization
6 7 8 |
# File 'app/models/spree_paypal_checkout/gateway.rb', line 6 def @authorization end |
#message ⇒ Object
Returns the value of attribute message
6 7 8 |
# File 'app/models/spree_paypal_checkout/gateway.rb', line 6 def @message end |
#params ⇒ Object
Returns the value of attribute params
6 7 8 |
# File 'app/models/spree_paypal_checkout/gateway.rb', line 6 def params @params end |
#success ⇒ Object Also known as: success?
Returns the value of attribute success
6 7 8 |
# File 'app/models/spree_paypal_checkout/gateway.rb', line 6 def success @success end |