Class: LaunchDarkly::Impl::PrerequisiteEvalRecord

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

Overview

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



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

def detail
  @detail
end

#prereq_flagObject

Returns the value of attribute prereq_flag

Returns:

  • (Object)

    the current value of prereq_flag



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

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



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

def prereq_of_flag
  @prereq_of_flag
end