Class: SpreePaypalCheckout::Gateway::GatewayResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationObject

Returns the value of attribute authorization

Returns:

  • (Object)

    the current value of authorization



6
7
8
# File 'app/models/spree_paypal_checkout/gateway.rb', line 6

def authorization
  @authorization
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



6
7
8
# File 'app/models/spree_paypal_checkout/gateway.rb', line 6

def message
  @message
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



6
7
8
# File 'app/models/spree_paypal_checkout/gateway.rb', line 6

def params
  @params
end

#successObject Also known as: success?

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



6
7
8
# File 'app/models/spree_paypal_checkout/gateway.rb', line 6

def success
  @success
end