Class: Paypal::RESTConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Paypal::RESTConfiguration
- Defined in:
- lib/paypal/rest.rb
Instance Attribute Summary collapse
-
#api_endpoint ⇒ Object
Returns the value of attribute api_endpoint.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#log_response_bodies ⇒ Object
Returns the value of attribute log_response_bodies.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Attribute Details
#api_endpoint ⇒ Object
Returns the value of attribute api_endpoint
99 100 101 |
# File 'lib/paypal/rest.rb', line 99 def api_endpoint @api_endpoint end |
#client_id ⇒ Object
Returns the value of attribute client_id
99 100 101 |
# File 'lib/paypal/rest.rb', line 99 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret
99 100 101 |
# File 'lib/paypal/rest.rb', line 99 def client_secret @client_secret end |
#log_response_bodies ⇒ Object
Returns the value of attribute log_response_bodies
99 100 101 |
# File 'lib/paypal/rest.rb', line 99 def log_response_bodies @log_response_bodies end |
#logger ⇒ Object
Returns the value of attribute logger
99 100 101 |
# File 'lib/paypal/rest.rb', line 99 def logger @logger end |