Class: Gitlab::Experiment::WrappedExperiment

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

Instance Attribute Summary collapse

Instance Attribute Details

#blocksObject

Returns the value of attribute blocks

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of variant_name



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

def variant_name
  @variant_name
end