Class: ActiveMutator::WorkItem

Inherits:
Data
  • Object
show all
Defined in:
lib/active_mutator/work_item.rb

Overview

lane: :parallel (default pool) | :serial (browser-covered, one at a time)

Instance Attribute Summary collapse

Instance Attribute Details

#example_idsObject (readonly)

Returns the value of attribute example_ids

Returns:

  • (Object)

    the current value of example_ids



3
4
5
# File 'lib/active_mutator/work_item.rb', line 3

def example_ids
  @example_ids
end

#laneObject (readonly)

Returns the value of attribute lane

Returns:

  • (Object)

    the current value of lane



3
4
5
# File 'lib/active_mutator/work_item.rb', line 3

def lane
  @lane
end

#mutationObject (readonly)

Returns the value of attribute mutation

Returns:

  • (Object)

    the current value of mutation



3
4
5
# File 'lib/active_mutator/work_item.rb', line 3

def mutation
  @mutation
end

#timeoutObject (readonly)

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



3
4
5
# File 'lib/active_mutator/work_item.rb', line 3

def timeout
  @timeout
end