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