Class: DispatchPolicy::Pipeline::Result
- Inherits:
-
Struct
- Object
- Struct
- DispatchPolicy::Pipeline::Result
- Defined in:
- lib/dispatch_policy/pipeline.rb
Instance Attribute Summary collapse
-
#admit_count ⇒ Object
Returns the value of attribute admit_count.
-
#gate_state_patch ⇒ Object
Returns the value of attribute gate_state_patch.
-
#reasons ⇒ Object
Returns the value of attribute reasons.
-
#retry_after ⇒ Object
Returns the value of attribute retry_after.
Instance Attribute Details
#admit_count ⇒ Object
Returns the value of attribute admit_count
8 9 10 |
# File 'lib/dispatch_policy/pipeline.rb', line 8 def admit_count @admit_count end |
#gate_state_patch ⇒ Object
Returns the value of attribute gate_state_patch
8 9 10 |
# File 'lib/dispatch_policy/pipeline.rb', line 8 def gate_state_patch @gate_state_patch end |
#reasons ⇒ Object
Returns the value of attribute reasons
8 9 10 |
# File 'lib/dispatch_policy/pipeline.rb', line 8 def reasons @reasons end |
#retry_after ⇒ Object
Returns the value of attribute retry_after
8 9 10 |
# File 'lib/dispatch_policy/pipeline.rb', line 8 def retry_after @retry_after end |