class Invoker::IPC::ListCommand

Public Instance Methods

run_command(message_object) click to toggle source
# 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