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
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.host ⇒ Object
Returns the value of attribute host.
-
.http_open_timeout ⇒ Object
Returns the value of attribute http_open_timeout.
-
.http_read_timeout ⇒ Object
Returns the value of attribute http_read_timeout.
-
.log_debug_events ⇒ Object
Returns the value of attribute log_debug_events.
-
.path_prefix ⇒ Object
Returns the value of attribute path_prefix.
-
.port ⇒ Object
Returns the value of attribute port.
-
.proxy_host ⇒ Object
Returns the value of attribute proxy_host.
-
.proxy_pass ⇒ Object
Returns the value of attribute proxy_pass.
-
.proxy_port ⇒ Object
Returns the value of attribute proxy_port.
-
.proxy_user ⇒ Object
Returns the value of attribute proxy_user.
-
.secure ⇒ Object
Returns the value of attribute secure.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/progstr/config.rb', line 3 def api_key @api_key end |
.host ⇒ Object
Returns the value of attribute host.
3 4 5 |
# File 'lib/progstr/config.rb', line 3 def host @host end |
.http_open_timeout ⇒ Object
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_timeout ⇒ Object
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_events ⇒ Object
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_prefix ⇒ Object
Returns the value of attribute path_prefix.
3 4 5 |
# File 'lib/progstr/config.rb', line 3 def path_prefix @path_prefix end |
.port ⇒ Object
Returns the value of attribute port.
3 4 5 |
# File 'lib/progstr/config.rb', line 3 def port @port end |
.proxy_host ⇒ Object
Returns the value of attribute proxy_host.
3 4 5 |
# File 'lib/progstr/config.rb', line 3 def proxy_host @proxy_host end |
.proxy_pass ⇒ Object
Returns the value of attribute proxy_pass.
3 4 5 |
# File 'lib/progstr/config.rb', line 3 def proxy_pass @proxy_pass end |
.proxy_port ⇒ Object
Returns the value of attribute proxy_port.
3 4 5 |
# File 'lib/progstr/config.rb', line 3 def proxy_port @proxy_port end |
.proxy_user ⇒ Object
Returns the value of attribute proxy_user.
3 4 5 |
# File 'lib/progstr/config.rb', line 3 def proxy_user @proxy_user end |
.secure ⇒ Object
Returns the value of attribute secure.
3 4 5 |
# File 'lib/progstr/config.rb', line 3 def secure @secure end |