Class: Nps::Configuration
- Inherits:
-
Object
- Object
- Nps::Configuration
- Defined in:
- lib/nps/configuration.rb
Instance Attribute Summary collapse
-
#cert_file ⇒ Object
Returns the value of attribute cert_file.
-
#custom_env_urls ⇒ Object
Returns the value of attribute custom_env_urls.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#key ⇒ Object
Returns the value of attribute key.
-
#key_file ⇒ Object
Returns the value of attribute key_file.
-
#log ⇒ Object
Returns the value of attribute log.
-
#log_level ⇒ Object
Returns the value of attribute log_level.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#o_timeout ⇒ Object
Returns the value of attribute o_timeout.
-
#proxy_password ⇒ Object
Returns the value of attribute proxy_password.
-
#proxy_url ⇒ Object
Returns the value of attribute proxy_url.
-
#proxy_username ⇒ Object
Returns the value of attribute proxy_username.
-
#r_timeout ⇒ Object
Returns the value of attribute r_timeout.
-
#sanitize ⇒ Object
Returns the value of attribute sanitize.
-
#verify_ssl ⇒ Object
Returns the value of attribute verify_ssl.
Instance Attribute Details
#cert_file ⇒ Object
Returns the value of attribute cert_file.
12 13 14 |
# File 'lib/nps/configuration.rb', line 12 def cert_file @cert_file end |
#custom_env_urls ⇒ Object
Returns the value of attribute custom_env_urls.
17 18 19 |
# File 'lib/nps/configuration.rb', line 17 def custom_env_urls @custom_env_urls end |
#environment ⇒ Object
Returns the value of attribute environment.
6 7 8 |
# File 'lib/nps/configuration.rb', line 6 def environment @environment end |
#key ⇒ Object
Returns the value of attribute key.
5 6 7 |
# File 'lib/nps/configuration.rb', line 5 def key @key end |
#key_file ⇒ Object
Returns the value of attribute key_file.
13 14 15 |
# File 'lib/nps/configuration.rb', line 13 def key_file @key_file end |
#log ⇒ Object
Returns the value of attribute log.
7 8 9 |
# File 'lib/nps/configuration.rb', line 7 def log @log end |
#log_level ⇒ Object
Returns the value of attribute log_level.
4 5 6 |
# File 'lib/nps/configuration.rb', line 4 def log_level @log_level end |
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/nps/configuration.rb', line 3 def logger @logger end |
#o_timeout ⇒ Object
Returns the value of attribute o_timeout.
8 9 10 |
# File 'lib/nps/configuration.rb', line 8 def o_timeout @o_timeout end |
#proxy_password ⇒ Object
Returns the value of attribute proxy_password.
16 17 18 |
# File 'lib/nps/configuration.rb', line 16 def proxy_password @proxy_password end |
#proxy_url ⇒ Object
Returns the value of attribute proxy_url.
14 15 16 |
# File 'lib/nps/configuration.rb', line 14 def proxy_url @proxy_url end |
#proxy_username ⇒ Object
Returns the value of attribute proxy_username.
15 16 17 |
# File 'lib/nps/configuration.rb', line 15 def proxy_username @proxy_username end |
#r_timeout ⇒ Object
Returns the value of attribute r_timeout.
9 10 11 |
# File 'lib/nps/configuration.rb', line 9 def r_timeout @r_timeout end |
#sanitize ⇒ Object
Returns the value of attribute sanitize.
10 11 12 |
# File 'lib/nps/configuration.rb', line 10 def sanitize @sanitize end |
#verify_ssl ⇒ Object
Returns the value of attribute verify_ssl.
11 12 13 |
# File 'lib/nps/configuration.rb', line 11 def verify_ssl @verify_ssl end |