Class: Shatter::Config
- Inherits:
-
Object
- Object
- Shatter::Config
- Defined in:
- lib/shatter/config.rb
Class Attribute Summary collapse
- .autoload_paths ⇒ Object
- .initial_delay ⇒ Object
- .missing_result_delay ⇒ Object
-
.reload_classes ⇒ Object
Returns the value of attribute reload_classes.
-
.root ⇒ Object
Returns the value of attribute root.
-
.service_port ⇒ Object
Returns the value of attribute service_port.
-
.zookeeper_host ⇒ Object
Returns the value of attribute zookeeper_host.
Class Attribute Details
.autoload_paths ⇒ Object
9 10 11 |
# File 'lib/shatter/config.rb', line 9 def autoload_paths @autoload_paths ||= [] end |
.initial_delay ⇒ Object
13 14 15 |
# File 'lib/shatter/config.rb', line 13 def initial_delay @initial_delay || 100 end |
.missing_result_delay ⇒ Object
17 18 19 |
# File 'lib/shatter/config.rb', line 17 def missing_result_delay @missing_result_delay || 100 end |
.reload_classes ⇒ Object
Returns the value of attribute reload_classes.
6 7 8 |
# File 'lib/shatter/config.rb', line 6 def reload_classes @reload_classes end |
.root ⇒ Object
Returns the value of attribute root.
6 7 8 |
# File 'lib/shatter/config.rb', line 6 def root @root end |
.service_port ⇒ Object
Returns the value of attribute service_port.
6 7 8 |
# File 'lib/shatter/config.rb', line 6 def service_port @service_port end |
.zookeeper_host ⇒ Object
Returns the value of attribute zookeeper_host.
6 7 8 |
# File 'lib/shatter/config.rb', line 6 def zookeeper_host @zookeeper_host end |