Class: Kameleoon::Targeting::TargetPersonalizationInfo Private
- Inherits:
-
Object
- Object
- Kameleoon::Targeting::TargetPersonalizationInfo
- 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
- #personalizations_storage ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(personalizations_storage) ⇒ TargetPersonalizationInfo
constructor
private
A new instance of TargetPersonalizationInfo.
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_storage ⇒ Object (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 |