Class: Tracelogger::Configuration

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

Overview

Tracelogger’s Configuration: used when running the app.

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host.



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

def host
  @host
end

#optionsObject

Returns the value of attribute options.



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

def options
  @options
end