Class: Testjour::CLI::SlaveStop
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Testjour::CLI::SlaveStop
- Defined in:
- lib/testjour/commands/slave_stop.rb
Instance Attribute Summary
Attributes inherited from BaseCommand
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(*args) ⇒ SlaveStop
constructor
A new instance of SlaveStop.
- #run ⇒ Object
Methods inherited from BaseCommand
detailed_help, help, inherited, #option_parser, options
Constructor Details
Class Method Details
.command ⇒ Object
8 9 10 |
# File 'lib/testjour/commands/slave_stop.rb', line 8 def self.command "slave:stop" end |