Class: Gitlab::Experiment::Rollout::RoundRobin

Inherits:
Base
  • Object
show all
Defined in:
lib/gitlab/experiment/rollout/round_robin.rb

Constant Summary collapse

KEY_NAME =
:last_round_robin_variant

Instance Attribute Summary

Attributes inherited from Base

#experiment, #options

Method Summary

Methods inherited from Base

#enabled?, #initialize, #resolve

Constructor Details

This class inherits a constructor from Gitlab::Experiment::Rollout::Base