Class: SpecGuard::RSpec::IngestCLI::Folding
- Inherits:
-
Struct
- Object
- Struct
- SpecGuard::RSpec::IngestCLI::Folding
- Defined in:
- lib/specguard/rspec/ingest_cli.rb
Overview
Two or more accepted lines that went out with one ci_run_id and came
back with one test_run_id — folding, observed rather than inferred.
Grouped once (#folded_runs) and rendered twice, as a sentence by
#folding_observation and as data by SpecGuard::RSpec::IngestReporter.
Instance Attribute Summary collapse
-
#ci_run_id ⇒ Object
Returns the value of attribute ci_run_id.
-
#numbers ⇒ Object
Returns the value of attribute numbers.
-
#test_run_id ⇒ Object
Returns the value of attribute test_run_id.
Instance Attribute Details
#ci_run_id ⇒ Object
Returns the value of attribute ci_run_id
330 331 332 |
# File 'lib/specguard/rspec/ingest_cli.rb', line 330 def ci_run_id @ci_run_id end |
#numbers ⇒ Object
Returns the value of attribute numbers
330 331 332 |
# File 'lib/specguard/rspec/ingest_cli.rb', line 330 def numbers @numbers end |
#test_run_id ⇒ Object
Returns the value of attribute test_run_id
330 331 332 |
# File 'lib/specguard/rspec/ingest_cli.rb', line 330 def test_run_id @test_run_id end |