Class: LaunchDarkly::Impl::PrerequisiteEvalRecord Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/ldclient-rb/impl/evaluator.rb

Overview

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.

Used internally to record that we evaluated a prerequisite flag.

Since:

  • 5.5.0

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



12
13
14
# File 'lib/ldclient-rb/impl/evaluator.rb', line 12

def detail
  @detail
end

#prereq_flagObject

Returns the value of attribute prereq_flag

Returns:

  • (Object)

    the current value of prereq_flag



12
13
14
# File 'lib/ldclient-rb/impl/evaluator.rb', line 12

def prereq_flag
  @prereq_flag
end

#prereq_of_flagObject

Returns the value of attribute prereq_of_flag

Returns:

  • (Object)

    the current value of prereq_of_flag



12
13
14
# File 'lib/ldclient-rb/impl/evaluator.rb', line 12

def prereq_of_flag
  @prereq_of_flag
end