Class: Tracelogger::Configuration
- Inherits:
-
Object
- Object
- Tracelogger::Configuration
- Defined in:
- lib/tracelogger.rb
Overview
Tracelogger’s Configuration: used when running the app.
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
14 15 16 |
# File 'lib/tracelogger.rb', line 14 def host @host end |
#options ⇒ Object
Returns the value of attribute options.
14 15 16 |
# File 'lib/tracelogger.rb', line 14 def @options end |