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
30 31 32 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 30 def errors @errors end |
#included ⇒ Object
Returns the value of attribute included
30 31 32 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 30 def included @included end |
#reason ⇒ Object
Returns the value of attribute reason
30 31 32 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 30 def reason @reason end |
#releases ⇒ Object
Returns the value of attribute releases
30 31 32 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 30 def releases @releases end |
#skipped ⇒ Object
Returns the value of attribute skipped
30 31 32 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 30 def skipped @skipped end |