Class: SolidusPaypalCommercePlatform::Client::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/solidus_paypal_commerce_platform/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



16
17
18
# File 'lib/solidus_paypal_commerce_platform/client.rb', line 16

def error
  @error
end

#status_codeObject

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



16
17
18
# File 'lib/solidus_paypal_commerce_platform/client.rb', line 16

def status_code
  @status_code
end