Class: Metanorma::Release::ReleaseResult
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::ReleaseResult
- Defined in:
- lib/metanorma/release/release_pipeline.rb
Instance Attribute Summary collapse
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#released ⇒ Object
Returns the value of attribute released.
-
#released_artifacts ⇒ Object
Returns the value of attribute released_artifacts.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#failed ⇒ Object
Returns the value of attribute failed
8 9 10 |
# File 'lib/metanorma/release/release_pipeline.rb', line 8 def failed @failed end |
#released ⇒ Object
Returns the value of attribute released
8 9 10 |
# File 'lib/metanorma/release/release_pipeline.rb', line 8 def released @released end |
#released_artifacts ⇒ Object
Returns the value of attribute released_artifacts
8 9 10 |
# File 'lib/metanorma/release/release_pipeline.rb', line 8 def released_artifacts @released_artifacts end |
#skipped ⇒ Object
Returns the value of attribute skipped
8 9 10 |
# File 'lib/metanorma/release/release_pipeline.rb', line 8 def skipped @skipped end |