Class: LaunchDarkly::Impl::IdentifyEvent 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) ⇒ IdentifyEvent

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

Since:

  • 5.5.0



103
104
105
# File 'lib/ldclient-rb/impl/event_types.rb', line 103

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