Module: Progstr

Defined in:
lib/progstr/client.rb,
lib/progstr/config.rb,
lib/progstr/logger.rb,
lib/progstr/httpclient.rb,
lib/progstr/log_message.rb,
lib/progstr/rails_logger.rb,
lib/progstr/logger_device.rb

Defined Under Namespace

Modules: Client, HttpClient Classes: LogMessage, Logger, LoggerDevice, RailsLogger

Constant Summary collapse

RubyLogger =
Logger

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



3
4
5
# File 'lib/progstr/config.rb', line 3

def api_key
  @api_key
end

.hostObject

Returns the value of attribute host.



3
4
5
# File 'lib/progstr/config.rb', line 3

def host
  @host
end

.http_open_timeoutObject

Returns the value of attribute http_open_timeout.



3
4
5
# File 'lib/progstr/config.rb', line 3

def http_open_timeout
  @http_open_timeout
end

.http_read_timeoutObject

Returns the value of attribute http_read_timeout.



3
4
5
# File 'lib/progstr/config.rb', line 3

def http_read_timeout
  @http_read_timeout
end

.log_debug_eventsObject

Returns the value of attribute log_debug_events.



3
4
5
# File 'lib/progstr/config.rb', line 3

def log_debug_events
  @log_debug_events
end

.path_prefixObject

Returns the value of attribute path_prefix.



3
4
5
# File 'lib/progstr/config.rb', line 3

def path_prefix
  @path_prefix
end

.portObject

Returns the value of attribute port.



3
4
5
# File 'lib/progstr/config.rb', line 3

def port
  @port
end

.proxy_hostObject

Returns the value of attribute proxy_host.



3
4
5
# File 'lib/progstr/config.rb', line 3

def proxy_host
  @proxy_host
end

.proxy_passObject

Returns the value of attribute proxy_pass.



3
4
5
# File 'lib/progstr/config.rb', line 3

def proxy_pass
  @proxy_pass
end

.proxy_portObject

Returns the value of attribute proxy_port.



3
4
5
# File 'lib/progstr/config.rb', line 3

def proxy_port
  @proxy_port
end

.proxy_userObject

Returns the value of attribute proxy_user.



3
4
5
# File 'lib/progstr/config.rb', line 3

def proxy_user
  @proxy_user
end

.secureObject

Returns the value of attribute secure.



3
4
5
# File 'lib/progstr/config.rb', line 3

def secure
  @secure
end