Class: MangoPay::Configuration
- Inherits:
-
Object
- Object
- MangoPay::Configuration
- Defined in:
- lib/mangopay.rb
Instance Attribute Summary collapse
-
#client_apiKey ⇒ Object
Returns the value of attribute client_apiKey.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#http_timeout ⇒ Object
Returns the value of attribute http_timeout.
-
#log_file ⇒ Object
Returns the value of attribute log_file.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#preproduction ⇒ Object
Returns the value of attribute preproduction.
-
#root_url ⇒ Object
Returns the value of attribute root_url.
-
#temp_dir ⇒ Object
Returns the value of attribute temp_dir.
Instance Attribute Details
#client_apiKey ⇒ Object
Returns the value of attribute client_apiKey.
51 52 53 |
# File 'lib/mangopay.rb', line 51 def client_apiKey @client_apiKey end |
#client_id ⇒ Object
Returns the value of attribute client_id.
51 52 53 |
# File 'lib/mangopay.rb', line 51 def client_id @client_id end |
#http_timeout ⇒ Object
Returns the value of attribute http_timeout.
51 52 53 |
# File 'lib/mangopay.rb', line 51 def http_timeout @http_timeout end |
#log_file ⇒ Object
Returns the value of attribute log_file.
51 52 53 |
# File 'lib/mangopay.rb', line 51 def log_file @log_file end |
#logger ⇒ Object
Returns the value of attribute logger.
51 52 53 |
# File 'lib/mangopay.rb', line 51 def logger @logger end |
#preproduction ⇒ Object
Returns the value of attribute preproduction.
51 52 53 |
# File 'lib/mangopay.rb', line 51 def preproduction @preproduction end |
#root_url ⇒ Object
Returns the value of attribute root_url.
51 52 53 |
# File 'lib/mangopay.rb', line 51 def root_url @root_url end |
#temp_dir ⇒ Object
Returns the value of attribute temp_dir.
51 52 53 |
# File 'lib/mangopay.rb', line 51 def temp_dir @temp_dir end |