Class: Kameleoon::Targeting::TargetFeatureFlagInfo Private
- Inherits:
-
Object
- Object
- Kameleoon::Targeting::TargetFeatureFlagInfo
- Defined in:
- lib/kameleoon/targeting/conditions/target_feature_flag_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
- #data_file ⇒ Object readonly private
- #variations_storage ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(data_file, variations_storage) ⇒ TargetFeatureFlagInfo
constructor
private
A new instance of TargetFeatureFlagInfo.
Constructor Details
#initialize(data_file, variations_storage) ⇒ TargetFeatureFlagInfo
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 TargetFeatureFlagInfo.
53 54 55 56 |
# File 'lib/kameleoon/targeting/conditions/target_feature_flag_condition.rb', line 53 def initialize(data_file, variations_storage) @data_file = data_file @variations_storage = variations_storage end |
Instance Attribute Details
#data_file ⇒ 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.
51 52 53 |
# File 'lib/kameleoon/targeting/conditions/target_feature_flag_condition.rb', line 51 def data_file @data_file end |
#variations_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.
51 52 53 |
# File 'lib/kameleoon/targeting/conditions/target_feature_flag_condition.rb', line 51 def variations_storage @variations_storage end |