Class: Gitlab::Experiment::Rollout::Strategy
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::Experiment::Rollout::Strategy
- Defined in:
- lib/gitlab/experiment/rollout.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass
81 82 83 |
# File 'lib/gitlab/experiment/rollout.rb', line 81 def klass @klass end |
#options ⇒ Object
Returns the value of attribute options
81 82 83 |
# File 'lib/gitlab/experiment/rollout.rb', line 81 def @options end |
Instance Method Details
#for(experiment) ⇒ Object
82 83 84 |
# File 'lib/gitlab/experiment/rollout.rb', line 82 def for(experiment) klass.new(experiment, ) end |