Class: Rakit::Azure::DevOps::Issue
- Inherits:
-
Struct
- Object
- Struct
- Rakit::Azure::DevOps::Issue
- Defined in:
- lib/rakit/azure/dev_ops.rb
Overview
Value types matching proto/azure.devops.proto (for get_pipeline_result; PipelineStatus uses generated proto when loaded).
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
25 26 27 |
# File 'lib/rakit/azure/dev_ops.rb', line 25 def end |
#type ⇒ Object
Returns the value of attribute type
25 26 27 |
# File 'lib/rakit/azure/dev_ops.rb', line 25 def type @type end |