Class: LaunchDarkly::Impl::DataModelPreprocessing::PrerequisitePreprocessed

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(failed_result) ⇒ PrerequisitePreprocessed

Returns a new instance of PrerequisitePreprocessed.

Since:

  • 5.5.0



79
80
81
# File 'lib/ldclient-rb/impl/model/preprocessed_data.rb', line 79

def initialize(failed_result)
  @failed_result = failed_result
end

Instance Attribute Details

#failed_resultEvalResultsForSingleVariation (readonly)

Since:

  • 5.5.0



84
85
86
# File 'lib/ldclient-rb/impl/model/preprocessed_data.rb', line 84

def failed_result
  @failed_result
end