Class: LaunchDarkly::Impl::IndexEvent 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 Method Summary collapse

Constructor Details

#initialize(timestamp, context) ⇒ IndexEvent

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 IndexEvent.

Since:

  • 5.5.0



122
123
124
# File 'lib/ldclient-rb/impl/event_types.rb', line 122

def initialize(timestamp, context)
  super(timestamp, context)
end