Class: Nonnative::ConfigurationProcess
- Inherits:
-
Object
- Object
- Nonnative::ConfigurationProcess
- Defined in:
- lib/nonnative/configuration_process.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#log ⇒ Object
Returns the value of attribute log.
-
#name ⇒ Object
Returns the value of attribute name.
-
#port ⇒ Object
Returns the value of attribute port.
-
#signal ⇒ Object
Returns the value of attribute signal.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
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 |
#log ⇒ Object
Returns the value of attribute log.
5 6 7 |
# File 'lib/nonnative/configuration_process.rb', line 5 def log @log end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/nonnative/configuration_process.rb', line 5 def name @name end |
#port ⇒ Object
Returns the value of attribute port.
5 6 7 |
# File 'lib/nonnative/configuration_process.rb', line 5 def port @port end |
#signal ⇒ Object
Returns the value of attribute signal.
5 6 7 |
# File 'lib/nonnative/configuration_process.rb', line 5 def signal @signal end |
#timeout ⇒ Object
Returns the value of attribute timeout.
5 6 7 |
# File 'lib/nonnative/configuration_process.rb', line 5 def timeout @timeout end |