Class: Nonnative::ConfigurationServer
- Inherits:
-
Object
- Object
- Nonnative::ConfigurationServer
- Defined in:
- lib/nonnative/configuration_server.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#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 ⇒ ConfigurationServer
constructor
A new instance of ConfigurationServer.
Constructor Details
#initialize ⇒ ConfigurationServer
Returns a new instance of ConfigurationServer.
8 9 10 |
# File 'lib/nonnative/configuration_server.rb', line 8 def initialize @proxy = Nonnative::ConfigurationProxy.new end |
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass.
5 6 7 |
# File 'lib/nonnative/configuration_server.rb', line 5 def klass @klass end |
#log ⇒ Object
Returns the value of attribute log.
5 6 7 |
# File 'lib/nonnative/configuration_server.rb', line 5 def log @log end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/nonnative/configuration_server.rb', line 5 def name @name end |
#port ⇒ Object
Returns the value of attribute port.
5 6 7 |
# File 'lib/nonnative/configuration_server.rb', line 5 def port @port end |
#proxy ⇒ Object
Returns the value of attribute proxy.
6 7 8 |
# File 'lib/nonnative/configuration_server.rb', line 6 def proxy @proxy end |
#timeout ⇒ Object
Returns the value of attribute timeout.
5 6 7 |
# File 'lib/nonnative/configuration_server.rb', line 5 def timeout @timeout end |