Class: LocalCommand
- Inherits:
-
GenericCommand
- Object
- GenericCommand
- LocalCommand
- Defined in:
- lib/CommandManager.rb
Overview
Executes commands in the machine where it is called. See documentation for GenericCommand
Constant Summary
Constants inherited from GenericCommand
GenericCommand::ERROR_CLOSE, GenericCommand::ERROR_OPEN
Instance Attribute Summary
Attributes inherited from GenericCommand
#code, #command, #stderr, #stdout
Method Summary
Methods inherited from GenericCommand
#get_error_message, #initialize, #kill, #log, run, #run
Constructor Details
This class inherits a constructor from GenericCommand