Class: Nonnative::ConfigurationProcess
- Inherits:
-
ConfigurationRunner
- Object
- ConfigurationRunner
- Nonnative::ConfigurationProcess
- Defined in:
- lib/nonnative/configuration_process.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#signal ⇒ Object
Returns the value of attribute signal.
Attributes inherited from ConfigurationRunner
#log, #name, #port, #proxy, #timeout
Method Summary
Methods inherited from ConfigurationRunner
Constructor Details
This class inherits a constructor from Nonnative::ConfigurationRunner
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command.
5 6 7 |
# File 'lib/nonnative/configuration_process.rb', line 5 def command @command end |
#signal ⇒ Object
Returns the value of attribute signal.
5 6 7 |
# File 'lib/nonnative/configuration_process.rb', line 5 def signal @signal end |