Class: Metanorma::Release::RepoReport
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::RepoReport
- Defined in:
- lib/metanorma/release/aggregation_interfaces.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
24 25 26 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 24 def errors @errors end |
#included ⇒ Object
Returns the value of attribute included
24 25 26 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 24 def included @included end |
#reason ⇒ Object
Returns the value of attribute reason
24 25 26 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 24 def reason @reason end |
#releases ⇒ Object
Returns the value of attribute releases
24 25 26 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 24 def releases @releases end |
#skipped ⇒ Object
Returns the value of attribute skipped
24 25 26 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 24 def skipped @skipped end |