Class: Rakit::Azure::DevOps::PipelineStatusFallback

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors



22
23
24
# File 'lib/rakit/azure/dev_ops.rb', line 22

def errors
  @errors
end

#successObject

Returns the value of attribute success



22
23
24
# File 'lib/rakit/azure/dev_ops.rb', line 22

def success
  @success
end

#warningsObject

Returns the value of attribute warnings



22
23
24
# File 'lib/rakit/azure/dev_ops.rb', line 22

def warnings
  @warnings
end