Class: Nonnative::ConfigurationServer

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

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject

Returns the value of attribute klass.



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

def klass
  @klass
end

#portObject

Returns the value of attribute port.



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

def port
  @port
end

#timeoutObject

Returns the value of attribute timeout.



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

def timeout
  @timeout
end