Class: Gitlab::Experiment::WrappedExperiment
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::Experiment::WrappedExperiment
- Defined in:
- lib/gitlab/experiment/rspec.rb
Instance Attribute Summary collapse
-
#blocks ⇒ Object
Returns the value of attribute blocks.
-
#expectation_chain ⇒ Object
Returns the value of attribute expectation_chain.
-
#experiment_name ⇒ Object
Returns the value of attribute experiment_name.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#variant_name ⇒ Object
Returns the value of attribute variant_name.
Instance Attribute Details
#blocks ⇒ Object
Returns the value of attribute blocks
9 10 11 |
# File 'lib/gitlab/experiment/rspec.rb', line 9 def blocks @blocks end |
#expectation_chain ⇒ Object
Returns the value of attribute expectation_chain
9 10 11 |
# File 'lib/gitlab/experiment/rspec.rb', line 9 def expectation_chain @expectation_chain end |
#experiment_name ⇒ Object
Returns the value of attribute experiment_name
9 10 11 |
# File 'lib/gitlab/experiment/rspec.rb', line 9 def experiment_name @experiment_name end |
#klass ⇒ Object
Returns the value of attribute klass
9 10 11 |
# File 'lib/gitlab/experiment/rspec.rb', line 9 def klass @klass end |
#variant_name ⇒ Object
Returns the value of attribute variant_name
9 10 11 |
# File 'lib/gitlab/experiment/rspec.rb', line 9 def variant_name @variant_name end |