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

#fileObject

Returns the value of attribute file.



8
9
10
# File 'lib/nonnative/configuration_process.rb', line 8

def file
  @file
end

#portObject

Returns the value of attribute port.



7
8
9
# File 'lib/nonnative/configuration_process.rb', line 7

def port
  @port
end

#timeoutObject

Returns the value of attribute timeout.



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

def timeout
  @timeout
end