Class: DispatchPolicy::Pipeline::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/dispatch_policy/pipeline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#admit_countObject

Returns the value of attribute admit_count

Returns:

  • (Object)

    the current value of admit_count



8
9
10
# File 'lib/dispatch_policy/pipeline.rb', line 8

def admit_count
  @admit_count
end

#gate_state_patchObject

Returns the value of attribute gate_state_patch

Returns:

  • (Object)

    the current value of gate_state_patch



8
9
10
# File 'lib/dispatch_policy/pipeline.rb', line 8

def gate_state_patch
  @gate_state_patch
end

#reasonsObject

Returns the value of attribute reasons

Returns:

  • (Object)

    the current value of reasons



8
9
10
# File 'lib/dispatch_policy/pipeline.rb', line 8

def reasons
  @reasons
end

#retry_afterObject

Returns the value of attribute retry_after

Returns:

  • (Object)

    the current value of retry_after



8
9
10
# File 'lib/dispatch_policy/pipeline.rb', line 8

def retry_after
  @retry_after
end