Class: Kameleoon::Targeting::TargetPersonalizationInfo Private

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

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.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(personalizations_storage) ⇒ TargetPersonalizationInfo

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 TargetPersonalizationInfo.



28
29
30
# File 'lib/kameleoon/targeting/conditions/target_personalization_condition.rb', line 28

def initialize(personalizations_storage)
  @personalizations_storage = personalizations_storage
end

Instance Attribute Details

#personalizations_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.



26
27
28
# File 'lib/kameleoon/targeting/conditions/target_personalization_condition.rb', line 26

def personalizations_storage
  @personalizations_storage
end