Class: Rakit::Azure::DevOps::PipelineRun
- Inherits:
-
Struct
- Object
- Struct
- Rakit::Azure::DevOps::PipelineRun
- Defined in:
- lib/rakit/azure/dev_ops.rb
Instance Attribute Summary collapse
-
#created_date ⇒ Object
Returns the value of attribute created_date.
-
#finished_date ⇒ Object
Returns the value of attribute finished_date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#result ⇒ Object
Returns the value of attribute result.
-
#stages ⇒ Object
Returns the value of attribute stages.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#created_date ⇒ Object
Returns the value of attribute created_date
28 29 30 |
# File 'lib/rakit/azure/dev_ops.rb', line 28 def created_date @created_date end |
#finished_date ⇒ Object
Returns the value of attribute finished_date
28 29 30 |
# File 'lib/rakit/azure/dev_ops.rb', line 28 def finished_date @finished_date end |
#id ⇒ Object
Returns the value of attribute id
28 29 30 |
# File 'lib/rakit/azure/dev_ops.rb', line 28 def id @id end |
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/rakit/azure/dev_ops.rb', line 28 def name @name end |
#result ⇒ Object
Returns the value of attribute result
28 29 30 |
# File 'lib/rakit/azure/dev_ops.rb', line 28 def result @result end |
#stages ⇒ Object
Returns the value of attribute stages
28 29 30 |
# File 'lib/rakit/azure/dev_ops.rb', line 28 def stages @stages end |
#state ⇒ Object
Returns the value of attribute state
28 29 30 |
# File 'lib/rakit/azure/dev_ops.rb', line 28 def state @state end |