Class: RSpec::Signal::ParallelMerger::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/signal/parallel_merger.rb

Instance Attribute Summary collapse

Instance Attribute Details

#missingObject

Returns the value of attribute missing

Returns:

  • (Object)

    the current value of missing



10
11
12
# File 'lib/rspec/signal/parallel_merger.rb', line 10

def missing
  @missing
end

#reportObject

Returns the value of attribute report

Returns:

  • (Object)

    the current value of report



10
11
12
# File 'lib/rspec/signal/parallel_merger.rb', line 10

def report
  @report
end

#workersObject

Returns the value of attribute workers

Returns:

  • (Object)

    the current value of workers



10
11
12
# File 'lib/rspec/signal/parallel_merger.rb', line 10

def workers
  @workers
end

#write_resultObject

Returns the value of attribute write_result

Returns:

  • (Object)

    the current value of write_result



10
11
12
# File 'lib/rspec/signal/parallel_merger.rb', line 10

def write_result
  @write_result
end