Class: Regolith::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



47
48
49
# File 'lib/regolith.rb', line 47

def initialize
  @timeout = 30
end

Instance Attribute Details

#service_nameObject

Returns the value of attribute service_name.



45
46
47
# File 'lib/regolith.rb', line 45

def service_name
  @service_name
end

#service_portObject

Returns the value of attribute service_port.



45
46
47
# File 'lib/regolith.rb', line 45

def service_port
  @service_port
end

#timeoutObject

Returns the value of attribute timeout.



45
46
47
# File 'lib/regolith.rb', line 45

def timeout
  @timeout
end