Class: Rakit::Azure::DevOps::PipelineResult

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

Overview

Matches proto PipelineResult: runs + optional warnings (e.g. token not set).

Instance Attribute Summary collapse

Instance Attribute Details

#runsObject

Returns the value of attribute runs

Returns:

  • (Object)

    the current value of runs



30
31
32
# File 'lib/rakit/azure/dev_ops.rb', line 30

def runs
  @runs
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



30
31
32
# File 'lib/rakit/azure/dev_ops.rb', line 30

def warnings
  @warnings
end