Class: SolidusPaypalCommercePlatform::Client::Response
- Inherits:
-
Struct
- Object
- Struct
- SolidusPaypalCommercePlatform::Client::Response
- Defined in:
- lib/solidus_paypal_commerce_platform/client.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
16 17 18 |
# File 'lib/solidus_paypal_commerce_platform/client.rb', line 16 def error @error end |
#status_code ⇒ Object
Returns the value of attribute status_code
16 17 18 |
# File 'lib/solidus_paypal_commerce_platform/client.rb', line 16 def status_code @status_code end |