Class: Kameleoon::Targeting::ConversionCondition::TargetingData Private
- Inherits:
-
Object
- Object
- Kameleoon::Targeting::ConversionCondition::TargetingData
- Defined in:
- lib/kameleoon/targeting/conditions/conversion_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
- #conversions ⇒ Object readonly private
- #visitor_visits ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(conversions, visitor_visits) ⇒ TargetingData
constructor
private
A new instance of TargetingData.
Constructor Details
#initialize(conversions, visitor_visits) ⇒ TargetingData
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 TargetingData.
37 38 39 40 |
# File 'lib/kameleoon/targeting/conditions/conversion_condition.rb', line 37 def initialize(conversions, visitor_visits) @conversions = conversions @visitor_visits = visitor_visits end |
Instance Attribute Details
#conversions ⇒ 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.
35 36 37 |
# File 'lib/kameleoon/targeting/conditions/conversion_condition.rb', line 35 def conversions @conversions end |
#visitor_visits ⇒ 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.
35 36 37 |
# File 'lib/kameleoon/targeting/conditions/conversion_condition.rb', line 35 def visitor_visits @visitor_visits end |