Class: Rakit::Azure::DevOps::PipelineRun

Inherits:
Struct
  • Object
show all
Defined in:
lib/rakit/azure/dev_ops.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateObject

Returns the value of attribute created_date

Returns:

  • (Object)

    the current value of created_date



28
29
30
# File 'lib/rakit/azure/dev_ops.rb', line 28

def created_date
  @created_date
end

#finished_dateObject

Returns the value of attribute finished_date

Returns:

  • (Object)

    the current value of finished_date



28
29
30
# File 'lib/rakit/azure/dev_ops.rb', line 28

def finished_date
  @finished_date
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



28
29
30
# File 'lib/rakit/azure/dev_ops.rb', line 28

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



28
29
30
# File 'lib/rakit/azure/dev_ops.rb', line 28

def name
  @name
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



28
29
30
# File 'lib/rakit/azure/dev_ops.rb', line 28

def result
  @result
end

#stagesObject

Returns the value of attribute stages

Returns:

  • (Object)

    the current value of stages



28
29
30
# File 'lib/rakit/azure/dev_ops.rb', line 28

def stages
  @stages
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



28
29
30
# File 'lib/rakit/azure/dev_ops.rb', line 28

def state
  @state
end