Class: Ab::Config
- Inherits:
-
Object
- Object
- Ab::Config
- Defined in:
- lib/ab/configuration.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
18 19 20 |
# File 'lib/ab/configuration.rb', line 18 def initialize @logger = Logger.new(nil) end |
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
16 17 18 |
# File 'lib/ab/configuration.rb', line 16 def logger @logger end |