Method: Hoze::Worker#initialize

Defined in:
lib/hoze/worker.rb

#initializeWorker

Returns a new instance of Worker.



13
14
15
16
# File 'lib/hoze/worker.rb', line 13

def initialize
  @source_config = Hoze::Configuration.new
  @source_factory = Hoze::SourceFactory.new
end