Class: Shatter::Config

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

Class Attribute Summary collapse

Class Attribute Details

.autoload_pathsObject



9
10
11
# File 'lib/shatter/config.rb', line 9

def autoload_paths
  @autoload_paths ||= []
end

.initial_delayObject



13
14
15
# File 'lib/shatter/config.rb', line 13

def initial_delay
  @initial_delay || 100
end

.missing_result_delayObject



17
18
19
# File 'lib/shatter/config.rb', line 17

def missing_result_delay
  @missing_result_delay || 100
end

.reload_classesObject

Returns the value of attribute reload_classes.



6
7
8
# File 'lib/shatter/config.rb', line 6

def reload_classes
  @reload_classes
end

.rootObject

Returns the value of attribute root.



6
7
8
# File 'lib/shatter/config.rb', line 6

def root
  @root
end

.service_portObject

Returns the value of attribute service_port.



6
7
8
# File 'lib/shatter/config.rb', line 6

def service_port
  @service_port
end

.zookeeper_hostObject

Returns the value of attribute zookeeper_host.



6
7
8
# File 'lib/shatter/config.rb', line 6

def zookeeper_host
  @zookeeper_host
end