Method: Invoker::IPC::ListCommand#run_command

Defined in:
lib/invoker/ipc/list_command.rb

#run_command(message_object) ⇒ Object



4
5
6
7
8
# File 'lib/invoker/ipc/list_command.rb', line 4

def run_command(message_object)
  list_response = Invoker.commander.process_list
  send_data(list_response)
  true
end