Class: Plogger::Config

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(logger) ⇒ Config

Returns a new instance of Config.



5
6
7
# File 'lib/plogger/config.rb', line 5

def initialize(logger)
  @logger = logger
end

Instance Attribute Details

#loggerObject

Returns the value of attribute logger.



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

def logger
  @logger
end

#moduleObject

Returns the value of attribute module.



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

def module
  @module
end

#raven_dsnObject

Returns the value of attribute raven_dsn.



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

def raven_dsn
  @raven_dsn
end