Class: LaunchDarkly::Impl::DebugEvent Private

Inherits:
Event
  • Object
show all
Defined in:
lib/ldclient-rb/impl/event_types.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.

Since:

  • 5.5.0

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eval_event) ⇒ DebugEvent

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of DebugEvent.

Since:

  • 5.5.0



128
129
130
131
# File 'lib/ldclient-rb/impl/event_types.rb', line 128

def initialize(eval_event)
  super(eval_event.timestamp, eval_event.context)
  @eval_event = eval_event
end

Instance Attribute Details

#eval_eventObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 5.5.0



133
134
135
# File 'lib/ldclient-rb/impl/event_types.rb', line 133

def eval_event
  @eval_event
end