Class: Nps::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/nps/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cert_fileObject

Returns the value of attribute cert_file.



12
13
14
# File 'lib/nps/configuration.rb', line 12

def cert_file
  @cert_file
end

#environmentObject

Returns the value of attribute environment.



6
7
8
# File 'lib/nps/configuration.rb', line 6

def environment
  @environment
end

#keyObject

Returns the value of attribute key.



5
6
7
# File 'lib/nps/configuration.rb', line 5

def key
  @key
end

#key_fileObject

Returns the value of attribute key_file.



13
14
15
# File 'lib/nps/configuration.rb', line 13

def key_file
  @key_file
end

#logObject

Returns the value of attribute log.



7
8
9
# File 'lib/nps/configuration.rb', line 7

def log
  @log
end

#log_levelObject

Returns the value of attribute log_level.



4
5
6
# File 'lib/nps/configuration.rb', line 4

def log_level
  @log_level
end

#loggerObject

Returns the value of attribute logger.



3
4
5
# File 'lib/nps/configuration.rb', line 3

def logger
  @logger
end

#o_timeoutObject

Returns the value of attribute o_timeout.



8
9
10
# File 'lib/nps/configuration.rb', line 8

def o_timeout
  @o_timeout
end

#proxy_passwordObject

Returns the value of attribute proxy_password.



16
17
18
# File 'lib/nps/configuration.rb', line 16

def proxy_password
  @proxy_password
end

#proxy_urlObject

Returns the value of attribute proxy_url.



14
15
16
# File 'lib/nps/configuration.rb', line 14

def proxy_url
  @proxy_url
end

#proxy_usernameObject

Returns the value of attribute proxy_username.



15
16
17
# File 'lib/nps/configuration.rb', line 15

def proxy_username
  @proxy_username
end

#r_timeoutObject

Returns the value of attribute r_timeout.



9
10
11
# File 'lib/nps/configuration.rb', line 9

def r_timeout
  @r_timeout
end

#sanitizeObject

Returns the value of attribute sanitize.



10
11
12
# File 'lib/nps/configuration.rb', line 10

def sanitize
  @sanitize
end

#verify_sslObject

Returns the value of attribute verify_ssl.



11
12
13
# File 'lib/nps/configuration.rb', line 11

def verify_ssl
  @verify_ssl
end