Class: Collavre::Orchestration::StuckDetector::StuckItem
- Inherits:
-
Struct
- Object
- Struct
- Collavre::Orchestration::StuckDetector::StuckItem
- Defined in:
- app/services/collavre/orchestration/stuck_detector.rb
Overview
StuckItem represents a detected stuck item
Instance Attribute Summary collapse
-
#escalation_targets ⇒ Object
Returns the value of attribute escalation_targets.
-
#item ⇒ Object
Returns the value of attribute item.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#stuck_since ⇒ Object
Returns the value of attribute stuck_since.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#escalation_targets ⇒ Object
Returns the value of attribute escalation_targets
21 22 23 |
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 21 def escalation_targets @escalation_targets end |
#item ⇒ Object
Returns the value of attribute item
21 22 23 |
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 21 def item @item end |
#reason ⇒ Object
Returns the value of attribute reason
21 22 23 |
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 21 def reason @reason end |
#stuck_since ⇒ Object
Returns the value of attribute stuck_since
21 22 23 |
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 21 def stuck_since @stuck_since end |
#type ⇒ Object
Returns the value of attribute type
21 22 23 |
# File 'app/services/collavre/orchestration/stuck_detector.rb', line 21 def type @type end |