Class: RSpec::Signal::ParallelMerger::Result
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Signal::ParallelMerger::Result
- Defined in:
- lib/rspec/signal/parallel_merger.rb
Instance Attribute Summary collapse
-
#missing ⇒ Object
Returns the value of attribute missing.
-
#report ⇒ Object
Returns the value of attribute report.
-
#workers ⇒ Object
Returns the value of attribute workers.
-
#write_result ⇒ Object
Returns the value of attribute write_result.
Instance Attribute Details
#missing ⇒ Object
Returns the value of attribute missing
10 11 12 |
# File 'lib/rspec/signal/parallel_merger.rb', line 10 def missing @missing end |
#report ⇒ Object
Returns the value of attribute report
10 11 12 |
# File 'lib/rspec/signal/parallel_merger.rb', line 10 def report @report end |
#workers ⇒ Object
Returns the value of attribute workers
10 11 12 |
# File 'lib/rspec/signal/parallel_merger.rb', line 10 def workers @workers end |
#write_result ⇒ Object
Returns the value of attribute write_result
10 11 12 |
# File 'lib/rspec/signal/parallel_merger.rb', line 10 def write_result @write_result end |