Class: Paypal::RESTConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
lib/paypal/rest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_endpointObject

Returns the value of attribute api_endpoint

Returns:

  • (Object)

    the current value of api_endpoint



99
100
101
# File 'lib/paypal/rest.rb', line 99

def api_endpoint
  @api_endpoint
end

#client_idObject

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



99
100
101
# File 'lib/paypal/rest.rb', line 99

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret

Returns:

  • (Object)

    the current value of client_secret



99
100
101
# File 'lib/paypal/rest.rb', line 99

def client_secret
  @client_secret
end

#log_response_bodiesObject

Returns the value of attribute log_response_bodies

Returns:

  • (Object)

    the current value of log_response_bodies



99
100
101
# File 'lib/paypal/rest.rb', line 99

def log_response_bodies
  @log_response_bodies
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



99
100
101
# File 'lib/paypal/rest.rb', line 99

def logger
  @logger
end