Class: Nonnative::ConfigurationProcess

Inherits:
Object
  • Object
show all
Defined in:
lib/nonnative/configuration_process.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command.



5
6
7
# File 'lib/nonnative/configuration_process.rb', line 5

def command
  @command
end

#logObject

Returns the value of attribute log.



5
6
7
# File 'lib/nonnative/configuration_process.rb', line 5

def log
  @log
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/nonnative/configuration_process.rb', line 5

def name
  @name
end

#portObject

Returns the value of attribute port.



5
6
7
# File 'lib/nonnative/configuration_process.rb', line 5

def port
  @port
end

#signalObject

Returns the value of attribute signal.



5
6
7
# File 'lib/nonnative/configuration_process.rb', line 5

def signal
  @signal
end

#timeoutObject

Returns the value of attribute timeout.



5
6
7
# File 'lib/nonnative/configuration_process.rb', line 5

def timeout
  @timeout
end