Class: Invoker::IPC::ListCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Invoker::IPC::ListCommand
- Defined in:
- lib/invoker/ipc/list_command.rb
Instance Attribute Summary
Attributes inherited from BaseCommand
Instance Method Summary collapse
Methods inherited from BaseCommand
Constructor Details
This class inherits a constructor from Invoker::IPC::BaseCommand
Instance Method Details
permalink #run_command(message_object) ⇒ Object
[View source]
4 5 6 7 8 |
# File 'lib/invoker/ipc/list_command.rb', line 4 def run_command() list_response = Invoker.commander.process_list send_data(list_response) true end |