Module: Wakame::MasterManager

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#masterObject

Returns the value of attribute master.



3
4
5
# File 'lib/wakame/master_manager.rb', line 3

def master
  @master
end

Instance Method Details

#initObject



5
# File 'lib/wakame/master_manager.rb', line 5

def init; end

#reloadObject



7
# File 'lib/wakame/master_manager.rb', line 7

def reload; end

#startObject



6
# File 'lib/wakame/master_manager.rb', line 6

def start; end

#stopObject



8
# File 'lib/wakame/master_manager.rb', line 8

def stop; end

#terminateObject



9
# File 'lib/wakame/master_manager.rb', line 9

def terminate; end