Class: DispatchPolicy::InflightTracker::Heartbeat
- Inherits:
-
Struct
- Object
- Struct
- DispatchPolicy::InflightTracker::Heartbeat
- Defined in:
- lib/dispatch_policy/inflight_tracker.rb
Instance Attribute Summary collapse
-
#stop_flag ⇒ Object
Returns the value of attribute stop_flag.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#stop_flag ⇒ Object
Returns the value of attribute stop_flag
119 120 121 |
# File 'lib/dispatch_policy/inflight_tracker.rb', line 119 def stop_flag @stop_flag end |
#thread ⇒ Object
Returns the value of attribute thread
119 120 121 |
# File 'lib/dispatch_policy/inflight_tracker.rb', line 119 def thread @thread end |