Module: Oohlalog

Defined in:
lib/oohlalog.rb,
lib/oohlalog/railtie.rb,
lib/oohlalog/version.rb,
lib/oohlalog/buffered_logger.rb

Defined Under Namespace

Modules: BufferedLogger Classes: Counter, Logger, Railtie

Constant Summary collapse

VERSION =
"1.1.1"

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



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

def api_key
  @api_key
end

.hostObject

Returns the value of attribute host.



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

def host
  @host
end

.inject_railsObject

Returns the value of attribute inject_rails.



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

def inject_rails
  @inject_rails
end

.pathObject

Returns the value of attribute path.



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

def path
  @path
end

.portObject

Returns the value of attribute port.



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

def port
  @port
end