class CircuitState
- CircuitState
- Reference
- Object
Defined in:
circuit_state.crConstant Summary
-
ALLOWED_TRANSITIONS =
{CLOSED => [OPEN], OPEN => [HALF_OPEN], HALF_OPEN => [OPEN, CLOSED]} -
CLOSED =
:closed -
HALF_OPEN =
:half_open -
OPEN =
:open