Class: Nonnative::ConfigurationRunner
- Inherits:
-
Object
- Object
- Nonnative::ConfigurationRunner
- Defined in:
- lib/nonnative/configuration_runner.rb
Direct Known Subclasses
ConfigurationProcess, ConfigurationServer, ConfigurationService
Instance Attribute Summary collapse
-
#log ⇒ Object
Returns the value of attribute log.
-
#name ⇒ Object
Returns the value of attribute name.
-
#port ⇒ Object
Returns the value of attribute port.
-
#proxy ⇒ Object
Returns the value of attribute proxy.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Method Summary collapse
-
#initialize ⇒ ConfigurationRunner
constructor
A new instance of ConfigurationRunner.
Constructor Details
#initialize ⇒ ConfigurationRunner
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
#log ⇒ Object
Returns the value of attribute log.
5 6 7 |
# File 'lib/nonnative/configuration_runner.rb', line 5 def log @log end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/nonnative/configuration_runner.rb', line 5 def name @name end |
#port ⇒ Object
Returns the value of attribute port.
5 6 7 |
# File 'lib/nonnative/configuration_runner.rb', line 5 def port @port end |
#proxy ⇒ Object
Returns the value of attribute proxy.
6 7 8 |
# File 'lib/nonnative/configuration_runner.rb', line 6 def proxy @proxy end |
#timeout ⇒ Object
Returns the value of attribute timeout.
5 6 7 |
# File 'lib/nonnative/configuration_runner.rb', line 5 def timeout @timeout end |