Module: Kameleoon::Targeting Private

Defined in:
lib/kameleoon/targeting/models.rb,
lib/kameleoon/targeting/condition.rb,
lib/kameleoon/targeting/tree_builder.rb,
lib/kameleoon/targeting/condition_factory.rb,
lib/kameleoon/targeting/conditions/custom_datum.rb,
lib/kameleoon/targeting/conditions/device_condition.rb,
lib/kameleoon/targeting/conditions/browser_condition.rb,
lib/kameleoon/targeting/conditions/target_experiment.rb,
lib/kameleoon/targeting/conditions/unknown_condition.rb,
lib/kameleoon/targeting/conditions/page_url_condition.rb,
lib/kameleoon/targeting/conditions/conversion_condition.rb,
lib/kameleoon/targeting/conditions/exclusive_experiment.rb,
lib/kameleoon/targeting/conditions/page_title_condition.rb,
lib/kameleoon/targeting/conditions/sdk_language_condition.rb,
lib/kameleoon/targeting/conditions/string_value_condition.rb,
lib/kameleoon/targeting/conditions/visitor_code_condition.rb

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

Defined Under Namespace

Modules: ConditionFactory, ConditionType, Operator, TreeBuilder Classes: BrowserCondition, Condition, ConversionCondition, CustomDatum, DeviceCondition, ExclusiveExperiment, PageTitleCondition, PageUrlCondition, SdkInfo, SdkLanguageCondition, Segment, StringValueCondition, TargetExperiment, Tree, UnknownCondition, VisitorCodeCondition

Constant Summary collapse

CHROME =

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

'CHROME'
INTERNET_EXPLORER =

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

'IE'
FIREFOX =

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

'FIREFOX'
SAFARI =

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

'SAFARI'
OPERA =

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

'OPERA'