Module: AbCrunch::Config
- Defined in:
- lib/abcrunch/config.rb
Class Attribute Summary collapse
-
.ab_options ⇒ Object
Returns the value of attribute ab_options.
-
.best_concurrency_options ⇒ Object
Returns the value of attribute best_concurrency_options.
-
.page_sets ⇒ Object
Returns the value of attribute page_sets.
Class Attribute Details
.ab_options ⇒ Object
Returns the value of attribute ab_options.
4 5 6 |
# File 'lib/abcrunch/config.rb', line 4 def @ab_options end |
.best_concurrency_options ⇒ Object
Returns the value of attribute best_concurrency_options.
4 5 6 |
# File 'lib/abcrunch/config.rb', line 4 def @best_concurrency_options end |
.page_sets ⇒ Object
Returns the value of attribute page_sets.
4 5 6 |
# File 'lib/abcrunch/config.rb', line 4 def page_sets @page_sets end |