Class: ActiveMutator::WorkItem
- Inherits:
-
Data
- Object
- Data
- ActiveMutator::WorkItem
- Defined in:
- lib/active_mutator/work_item.rb
Overview
lane: :parallel (default pool) | :serial (browser-covered, one at a time)
Instance Attribute Summary collapse
-
#example_ids ⇒ Object
readonly
Returns the value of attribute example_ids.
-
#lane ⇒ Object
readonly
Returns the value of attribute lane.
-
#mutation ⇒ Object
readonly
Returns the value of attribute mutation.
-
#timeout ⇒ Object
readonly
Returns the value of attribute timeout.
Instance Attribute Details
#example_ids ⇒ Object (readonly)
Returns the value of attribute example_ids
3 4 5 |
# File 'lib/active_mutator/work_item.rb', line 3 def example_ids @example_ids end |
#lane ⇒ Object (readonly)
Returns the value of attribute lane
3 4 5 |
# File 'lib/active_mutator/work_item.rb', line 3 def lane @lane end |
#mutation ⇒ Object (readonly)
Returns the value of attribute mutation
3 4 5 |
# File 'lib/active_mutator/work_item.rb', line 3 def mutation @mutation end |
#timeout ⇒ Object (readonly)
Returns the value of attribute timeout
3 4 5 |
# File 'lib/active_mutator/work_item.rb', line 3 def timeout @timeout end |