Class: LaunchDarkly::Impl::IndexEvent

Inherits:
Event
  • Object
show all
Defined in:
lib/ldclient-rb/impl/event_types.rb

Overview

Since:

  • 5.5.0

Instance Attribute Summary

Attributes inherited from Event

#context, #exclude_from_summaries, #sampling_ratio, #timestamp

Instance Method Summary collapse

Constructor Details

#initialize(timestamp, context) ⇒ IndexEvent

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