Class: Nonnative::ConfigurationServer

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfigurationServer

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

#klassObject

Returns the value of attribute klass.



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

def klass
  @klass
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#portObject

Returns the value of attribute port.



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

def port
  @port
end

#proxyObject

Returns the value of attribute proxy.



9
10
11
# File 'lib/nonnative/configuration_server.rb', line 9

def proxy
  @proxy
end

#timeoutObject

Returns the value of attribute timeout.



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

def timeout
  @timeout
end