Class: Rakit::Azure::DevOps::PipelineStatusFallback
- Inherits:
-
Struct
- Object
- Struct
- Rakit::Azure::DevOps::PipelineStatusFallback
- Defined in:
- lib/rakit/azure/dev_ops.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#success ⇒ Object
Returns the value of attribute success.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
22 23 24 |
# File 'lib/rakit/azure/dev_ops.rb', line 22 def errors @errors end |
#success ⇒ Object
Returns the value of attribute success
22 23 24 |
# File 'lib/rakit/azure/dev_ops.rb', line 22 def success @success end |
#warnings ⇒ Object
Returns the value of attribute warnings
22 23 24 |
# File 'lib/rakit/azure/dev_ops.rb', line 22 def warnings @warnings end |