Class: Metanorma::Release::RepoReport
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::RepoReport
- Defined in:
- lib/metanorma/release/aggregation_pipeline.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#included ⇒ Object
Returns the value of attribute included.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#releases ⇒ Object
Returns the value of attribute releases.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def errors @errors end |
#included ⇒ Object
Returns the value of attribute included
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def included @included end |
#reason ⇒ Object
Returns the value of attribute reason
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def reason @reason end |
#releases ⇒ Object
Returns the value of attribute releases
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def releases @releases end |
#skipped ⇒ Object
Returns the value of attribute skipped
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def skipped @skipped end |