Class: Syncthing::Helper::CLI::DeviceUpdateCommand

Inherits:
AbstractCommand
  • Object
show all
Defined in:
lib/syncthing/helper/cli/device_command.rb

Instance Method Summary collapse

Methods included from InstanceMethods

#col, #delete_record, #query, #tabled_stdout, #trigger_updates

Instance Method Details

#executeObject

Raises:

  • (NotImplementedError)


29
30
31
# File 'lib/syncthing/helper/cli/device_command.rb', line 29

def execute
  raise NotImplementedError, 'Not required currently'
end