Class: Nonnative::ConfigurationRunner

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfigurationRunner

Returns a new instance of ConfigurationRunner.



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

def initialize
  @proxy = Nonnative::ConfigurationProxy.new
end

Instance Attribute Details

#logObject

Returns the value of attribute log.



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

def log
  @log
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#portObject

Returns the value of attribute port.



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

def port
  @port
end

#proxyObject

Returns the value of attribute proxy.



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

def proxy
  @proxy
end

#timeoutObject

Returns the value of attribute timeout.



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

def timeout
  @timeout
end