Module: DaimonSkycrawlers::ConfigMixin
- Included in:
- DaimonSkycrawlers::Consumer::Base, DaimonSkycrawlers::Crawler::Base, Filter::Base, Processor::Base, Storage::Base
- Defined in:
- lib/daimon_skycrawlers/config.rb
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
3 4 5 6 |
# File 'lib/daimon_skycrawlers/config.rb', line 3 def initialize super @log = DaimonSkycrawlers.configuration.logger end |