Class: TheRunner::Context::Config
- Inherits:
-
Server::Config
- Object
- Server::Config
- TheRunner::Context::Config
- Defined in:
- lib/the_runner/context/config.rb
Overview
TODO Not quite sure about that inheritance
Instance Attribute Summary collapse
-
#parallel ⇒ Object
Returns the value of attribute parallel.
-
#runner ⇒ Object
Returns the value of attribute runner.
Attributes inherited from Server::Config
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
- #parallel? ⇒ Boolean
Constructor Details
Instance Attribute Details
#parallel ⇒ Object
Returns the value of attribute parallel.
5 6 7 |
# File 'lib/the_runner/context/config.rb', line 5 def parallel @parallel end |
#runner ⇒ Object
Returns the value of attribute runner.
6 7 8 |
# File 'lib/the_runner/context/config.rb', line 6 def runner @runner end |
Instance Method Details
#parallel? ⇒ Boolean
16 17 18 |
# File 'lib/the_runner/context/config.rb', line 16 def parallel? @parallel end |