Class: Workflower::Configuration
- Inherits:
-
Object
- Object
- Workflower::Configuration
- Defined in:
- lib/workflower.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
23 24 25 |
# File 'lib/workflower.rb', line 23 def initialize @logger = nil end |
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
21 22 23 |
# File 'lib/workflower.rb', line 21 def logger @logger end |