Class: OsCtld::SendReceive::Commands::Base

Inherits:
Commands::Base show all
Defined in:
lib/osctld/send_receive/commands/base.rb

Instance Attribute Summary

Attributes inherited from Commands::Base

#client, #client_handler, #id, #opts

Class Method Summary collapse

Methods inherited from Commands::Base

#base_execute, #call_cmd, #call_cmd!, #error, #error!, #execute, #handled, #indirect?, #initialize, #manipulate, #manipulation_holder, #ok, #progress, #request_stop, run, run!

Constructor Details

This class inherits a constructor from OsCtld::Commands::Base

Class Method Details

.handle(name) ⇒ Object



5
6
7
# File 'lib/osctld/send_receive/commands/base.rb', line 5

def self.handle(name)
  SendReceive::Command.register(name, self)
end