Class: LaunchDarkly::Impl::IndexEvent
- Defined in:
- lib/ldclient-rb/impl/event_types.rb
Overview
Instance Attribute Summary
Attributes inherited from Event
#context, #exclude_from_summaries, #sampling_ratio, #timestamp
Instance Method Summary collapse
-
#initialize(timestamp, context) ⇒ IndexEvent
constructor
A new instance of IndexEvent.
Constructor Details
#initialize(timestamp, context) ⇒ IndexEvent
Returns a new instance of IndexEvent.
122 123 124 |
# File 'lib/ldclient-rb/impl/event_types.rb', line 122 def initialize(, context) super(, context) end |