Class: Rakit::Azure::DevOps::PipelineResult
- Inherits:
-
Struct
- Object
- Struct
- Rakit::Azure::DevOps::PipelineResult
- Defined in:
- lib/rakit/azure/dev_ops.rb
Overview
Matches proto PipelineResult: runs + optional warnings (e.g. token not set).
Instance Attribute Summary collapse
-
#runs ⇒ Object
Returns the value of attribute runs.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#runs ⇒ Object
Returns the value of attribute runs
30 31 32 |
# File 'lib/rakit/azure/dev_ops.rb', line 30 def runs @runs end |
#warnings ⇒ Object
Returns the value of attribute warnings
30 31 32 |
# File 'lib/rakit/azure/dev_ops.rb', line 30 def warnings @warnings end |