Class: Collavre::Orchestration::StuckDetector::StuckItem

Inherits:
Struct
  • Object
show all
Defined in:
app/services/collavre/orchestration/stuck_detector.rb

Overview

StuckItem represents a detected stuck item

Instance Attribute Summary collapse

Instance Attribute Details

#escalation_targetsObject

Returns the value of attribute escalation_targets

Returns:

  • (Object)

    the current value of escalation_targets



21
22
23
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 21

def escalation_targets
  @escalation_targets
end

#itemObject

Returns the value of attribute item

Returns:

  • (Object)

    the current value of item



21
22
23
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 21

def item
  @item
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



21
22
23
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 21

def reason
  @reason
end

#stuck_sinceObject

Returns the value of attribute stuck_since

Returns:

  • (Object)

    the current value of stuck_since



21
22
23
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 21

def stuck_since
  @stuck_since
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



21
22
23
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 21

def type
  @type
end