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
84 85 86 |
# File 'lib/gitlab/experiment/rollout.rb', line 84 def klass @klass end |
#options ⇒ Object
Returns the value of attribute options
84 85 86 |
# File 'lib/gitlab/experiment/rollout.rb', line 84 def end |
Instance Method Details
#for(experiment) ⇒ Object
85 86 87 |
# File 'lib/gitlab/experiment/rollout.rb', line 85 def for(experiment) klass.new().for(experiment) end |