Class: LaunchDarkly::Impl::IndexEvent Private
- 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.
Instance Method Summary collapse
-
#initialize(timestamp, context) ⇒ IndexEvent
constructor
private
A new instance of IndexEvent.
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.
122 123 124 |
# File 'lib/ldclient-rb/impl/event_types.rb', line 122 def initialize(, context) super(, context) end |