Class: Plogger::Config
- Inherits:
-
Object
- Object
- Plogger::Config
- Defined in:
- lib/plogger/config.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#module ⇒ Object
Returns the value of attribute module.
-
#raven_dsn ⇒ Object
Returns the value of attribute raven_dsn.
Instance Method Summary collapse
-
#initialize(logger) ⇒ Config
constructor
A new instance of Config.
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
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/plogger/config.rb', line 3 def logger @logger end |
#module ⇒ Object
Returns the value of attribute module.
3 4 5 |
# File 'lib/plogger/config.rb', line 3 def module @module end |
#raven_dsn ⇒ Object
Returns the value of attribute raven_dsn.
3 4 5 |
# File 'lib/plogger/config.rb', line 3 def raven_dsn @raven_dsn end |