Class: Gitlab::Experiment::WrappedExperiment

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/experiment/rspec.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assignedObject

Returns the value of attribute assigned



9
10
11
# File 'lib/gitlab/experiment/rspec.rb', line 9

def assigned
  @assigned
end

#blocksObject

Returns the value of attribute blocks



9
10
11
# File 'lib/gitlab/experiment/rspec.rb', line 9

def blocks
  @blocks
end

#expectation_chainObject

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_nameObject

Returns the value of attribute experiment_name



9
10
11
# File 'lib/gitlab/experiment/rspec.rb', line 9

def experiment_name
  @experiment_name
end

#klassObject

Returns the value of attribute klass



9
10
11
# File 'lib/gitlab/experiment/rspec.rb', line 9

def klass
  @klass
end

#variant_nameObject

Returns the value of attribute variant_name



9
10
11
# File 'lib/gitlab/experiment/rspec.rb', line 9

def variant_name
  @variant_name
end