Method: ProcessHost::Host#initialize

Defined in:
lib/process_host/host.rb

#initialize(supervisor, component_names) ⇒ Host

Returns a new instance of Host.



6
7
8
9
# File 'lib/process_host/host.rb', line 6

def initialize supervisor, component_names
  @component_names = component_names
  @supervisor = supervisor
end