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.
-
#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.
11 12 13 |
# File 'lib/nonnative/configuration_server.rb', line 11 def initialize self.proxy = Nonnative::ConfigurationProxy.new end |
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass.
6 7 8 |
# File 'lib/nonnative/configuration_server.rb', line 6 def klass @klass 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.
8 9 10 |
# File 'lib/nonnative/configuration_server.rb', line 8 def port @port end |
#proxy ⇒ Object
Returns the value of attribute proxy.
9 10 11 |
# File 'lib/nonnative/configuration_server.rb', line 9 def proxy @proxy end |
#timeout ⇒ Object
Returns the value of attribute timeout.
7 8 9 |
# File 'lib/nonnative/configuration_server.rb', line 7 def timeout @timeout end |