class Semian::CircuitBreaker

def destroy

def destroy
  @errors.destroy
  @successes.destroy
  @state.destroy
end