Class: LaunchDarkly::Impl::DataModelPreprocessing::FlagRulePreprocessed
- Inherits:
-
PreprocessedDataBase
- Object
- PreprocessedDataBase
- LaunchDarkly::Impl::DataModelPreprocessing::FlagRulePreprocessed
- Defined in:
- lib/ldclient-rb/impl/model/preprocessed_data.rb
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(all_match_results) ⇒ FlagRulePreprocessed
constructor
A new instance of FlagRulePreprocessed.
Methods inherited from PreprocessedDataBase
Constructor Details
#initialize(all_match_results) ⇒ FlagRulePreprocessed
Returns a new instance of FlagRulePreprocessed.
97 98 99 |
# File 'lib/ldclient-rb/impl/model/preprocessed_data.rb', line 97 def initialize(all_match_results) @all_match_results = all_match_results end |
Instance Attribute Details
#all_match_results ⇒ EvalResultsForSingleVariation (readonly)
102 103 104 |
# File 'lib/ldclient-rb/impl/model/preprocessed_data.rb', line 102 def all_match_results @all_match_results end |