Class: Spree::PaypalPlatform::Gateway::GatewayResponse

Inherits:
Struct
  • Object
show all
Defined in:
app/models/spree/paypal_platform/gateway.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationObject

Returns the value of attribute authorization

Returns:

  • (Object)

    the current value of authorization



17
18
19
# File 'app/models/spree/paypal_platform/gateway.rb', line 17

def authorization
  @authorization
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



17
18
19
# File 'app/models/spree/paypal_platform/gateway.rb', line 17

def message
  @message
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



17
18
19
# File 'app/models/spree/paypal_platform/gateway.rb', line 17

def params
  @params
end

#successObject Also known as: success?

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



17
18
19
# File 'app/models/spree/paypal_platform/gateway.rb', line 17

def success
  @success
end