Class: Metanorma::Release::ReleaseResult
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::ReleaseResult
- Defined in:
- lib/metanorma/release/interfaces.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
45 46 47 |
# File 'lib/metanorma/release/interfaces.rb', line 45 def failed @failed end |
#released ⇒ Object
Returns the value of attribute released
45 46 47 |
# File 'lib/metanorma/release/interfaces.rb', line 45 def released @released end |
#released_artifacts ⇒ Object
Returns the value of attribute released_artifacts
45 46 47 |
# File 'lib/metanorma/release/interfaces.rb', line 45 def released_artifacts @released_artifacts end |
#skipped ⇒ Object
Returns the value of attribute skipped
45 46 47 |
# File 'lib/metanorma/release/interfaces.rb', line 45 def skipped @skipped end |