Class: LaunchDarkly::Impl::DataModelPreprocessing::TargetPreprocessed

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(match_result) ⇒ TargetPreprocessed

Returns a new instance of TargetPreprocessed.

Since:

  • 5.5.0



88
89
90
# File 'lib/ldclient-rb/impl/model/preprocessed_data.rb', line 88

def initialize(match_result)
  @match_result = match_result
end

Instance Attribute Details

#match_resultEvalResultsForSingleVariation (readonly)

Returns:

Since:

  • 5.5.0



93
94
95
# File 'lib/ldclient-rb/impl/model/preprocessed_data.rb', line 93

def match_result
  @match_result
end