Class: Evilution::Parallel::WorkQueue::Worker::Timing
- Inherits:
-
Data
- Object
- Data
- Evilution::Parallel::WorkQueue::Worker::Timing
- Defined in:
- lib/evilution/parallel/work_queue/worker.rb
Instance Attribute Summary collapse
-
#busy ⇒ Object
readonly
Returns the value of attribute busy.
-
#wall ⇒ Object
readonly
Returns the value of attribute wall.
Instance Attribute Details
#busy ⇒ Object (readonly)
Returns the value of attribute busy
9 10 11 |
# File 'lib/evilution/parallel/work_queue/worker.rb', line 9 def busy @busy end |
#wall ⇒ Object (readonly)
Returns the value of attribute wall
9 10 11 |
# File 'lib/evilution/parallel/work_queue/worker.rb', line 9 def wall @wall end |