Method: Orchestrator::Logic::Manager#initialize

Defined in:
lib/orchestrator/logic/manager.rb

#initialize(*args) ⇒ Manager

Returns a new instance of Manager.



4
5
6
7
8
9
10
# File 'lib/orchestrator/logic/manager.rb', line 4

def initialize(*args)
    super(*args)

    # Do we want to start here?
    # Should be ok.
    @thread.next_tick method(:start)
end