Class: DispatchPolicy::Tick::Result
- Inherits:
-
Struct
- Object
- Struct
- DispatchPolicy::Tick::Result
- Defined in:
- lib/dispatch_policy/tick.rb
Instance Attribute Summary collapse
-
#jobs_admitted ⇒ Object
Returns the value of attribute jobs_admitted.
-
#partitions_seen ⇒ Object
Returns the value of attribute partitions_seen.
Instance Attribute Details
#jobs_admitted ⇒ Object
Returns the value of attribute jobs_admitted
10 11 12 |
# File 'lib/dispatch_policy/tick.rb', line 10 def jobs_admitted @jobs_admitted end |
#partitions_seen ⇒ Object
Returns the value of attribute partitions_seen
10 11 12 |
# File 'lib/dispatch_policy/tick.rb', line 10 def partitions_seen @partitions_seen end |