Class: Kameleoon::Targeting::TargetExperimentInfo Private

Inherits:
Object
  • Object
show all
Defined in:
lib/kameleoon/targeting/conditions/target_experiment_condition.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

API:

  • private

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(variations_storage) ⇒ TargetExperimentInfo

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of TargetExperimentInfo.

API:

  • private



41
42
43
# File 'lib/kameleoon/targeting/conditions/target_experiment_condition.rb', line 41

def initialize(variations_storage)
  @variations_storage = variations_storage
end

Instance Attribute Details

#variations_storageObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

API:

  • private



39
40
41
# File 'lib/kameleoon/targeting/conditions/target_experiment_condition.rb', line 39

def variations_storage
  @variations_storage
end