Class: Collavre::Orchestration::StuckDetector::Result
- Inherits:
-
Struct
- Object
- Struct
- Collavre::Orchestration::StuckDetector::Result
- Defined in:
- app/services/collavre/orchestration/stuck_detector.rb
Overview
Result object for detection
Instance Attribute Summary collapse
-
#escalated_count ⇒ Object
Returns the value of attribute escalated_count.
-
#stuck_items ⇒ Object
Returns the value of attribute stuck_items.
Instance Attribute Details
#escalated_count ⇒ Object
Returns the value of attribute escalated_count
18 19 20 |
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 18 def escalated_count @escalated_count end |
#stuck_items ⇒ Object
Returns the value of attribute stuck_items
18 19 20 |
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 18 def stuck_items @stuck_items end |