Class: LaunchDarkly::Evaluation::EvalResult

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

Overview

Used internally to hold an evaluation result and the events that were generated from prerequisites.

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



142
143
144
# File 'lib/ldclient-rb/evaluation.rb', line 142

def detail
  @detail
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



142
143
144
# File 'lib/ldclient-rb/evaluation.rb', line 142

def events
  @events
end