Class: Collavre::Orchestration::StuckDetector::Result

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

Overview

Result object for detection

Instance Attribute Summary collapse

Instance Attribute Details

#escalated_countObject

Returns the value of attribute escalated_count

Returns:

  • (Object)

    the current value of escalated_count



18
19
20
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 18

def escalated_count
  @escalated_count
end

#stuck_itemsObject

Returns the value of attribute stuck_items

Returns:

  • (Object)

    the current value of stuck_items



18
19
20
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 18

def stuck_items
  @stuck_items
end