Module: Orchestra::Configuration
Instance Attribute Summary collapse
-
#thread_count ⇒ Object
Returns the value of attribute thread_count.
Instance Method Summary collapse
Instance Attribute Details
#thread_count ⇒ Object
Returns the value of attribute thread_count.
5 6 7 |
# File 'lib/orchestra/configuration.rb', line 5 def thread_count @thread_count end |
Instance Method Details
#reset ⇒ Object
7 8 9 |
# File 'lib/orchestra/configuration.rb', line 7 def reset self.thread_count = 1 end |