Class: Gts::ListKnownDevicesCommand
- Defined in:
- lib/gts/commands/list_known_devices_command.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Command
execute, known_commands_descriptions, register
Instance Method Details
#execute ⇒ Object
10 11 12 |
# File 'lib/gts/commands/list_known_devices_command.rb', line 10 def execute Gts.server.list_known_devices end |