Class: LaunchDarkly::Impl::DataModelPreprocessing::FlagRulePreprocessed

Inherits:
PreprocessedDataBase show all
Defined in:
lib/ldclient-rb/impl/model/preprocessed_data.rb

Overview

Since:

  • 5.5.0

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from PreprocessedDataBase

#==, #as_json, #to_json

Constructor Details

#initialize(all_match_results) ⇒ FlagRulePreprocessed

Returns a new instance of FlagRulePreprocessed.

Since:

  • 5.5.0



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_resultsEvalResultsForSingleVariation (readonly)

Returns:

Since:

  • 5.5.0



102
103
104
# File 'lib/ldclient-rb/impl/model/preprocessed_data.rb', line 102

def all_match_results
  @all_match_results
end