Class: Gitlab::Experiment::WrappedExperiment
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::Experiment::WrappedExperiment
- Defined in:
- lib/gitlab/experiment/rspec.rb
Instance Attribute Summary collapse
-
#assigned ⇒ Object
Returns the value of attribute assigned.
-
#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
#assigned ⇒ Object
Returns the value of attribute assigned
12 13 14 |
# File 'lib/gitlab/experiment/rspec.rb', line 12 def assigned @assigned end |
#blocks ⇒ Object
Returns the value of attribute blocks
12 13 14 |
# File 'lib/gitlab/experiment/rspec.rb', line 12 def blocks @blocks end |
#expectation_chain ⇒ Object
Returns the value of attribute expectation_chain
12 13 14 |
# File 'lib/gitlab/experiment/rspec.rb', line 12 def expectation_chain @expectation_chain end |
#experiment_name ⇒ Object
Returns the value of attribute experiment_name
12 13 14 |
# File 'lib/gitlab/experiment/rspec.rb', line 12 def experiment_name @experiment_name end |
#klass ⇒ Object
Returns the value of attribute klass
12 13 14 |
# File 'lib/gitlab/experiment/rspec.rb', line 12 def klass @klass end |
#variant_name ⇒ Object
Returns the value of attribute variant_name
12 13 14 |
# File 'lib/gitlab/experiment/rspec.rb', line 12 def variant_name @variant_name end |