Class: Kaisoku::CoverageCollector::Result
- Inherits:
-
Struct
- Object
- Struct
- Kaisoku::CoverageCollector::Result
- Defined in:
- lib/kaisoku/coverage_collector.rb
Instance Attribute Summary collapse
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Method Summary collapse
Instance Attribute Details
#dependencies ⇒ Object
Returns the value of attribute dependencies
7 8 9 |
# File 'lib/kaisoku/coverage_collector.rb', line 7 def dependencies @dependencies end |
#reason ⇒ Object
Returns the value of attribute reason
7 8 9 |
# File 'lib/kaisoku/coverage_collector.rb', line 7 def reason @reason end |
#skipped ⇒ Object
Returns the value of attribute skipped
7 8 9 |
# File 'lib/kaisoku/coverage_collector.rb', line 7 def skipped @skipped end |
Instance Method Details
#skipped? ⇒ Boolean
8 9 10 |
# File 'lib/kaisoku/coverage_collector.rb', line 8 def skipped? skipped end |