Class: Endow::Configuration
- Inherits:
-
Object
- Object
- Endow::Configuration
- Defined in:
- lib/endow/configuration.rb
Instance Method Summary collapse
Instance Method Details
#logger ⇒ Object
4 5 6 |
# File 'lib/endow/configuration.rb', line 4 def logger @logger end |
#logger=(logger) ⇒ Object
8 9 10 |
# File 'lib/endow/configuration.rb', line 8 def logger=( logger ) @logger = logger end |