Class: LaunchDarkly::Impl::IdentifyEvent

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

#kind, #timestamp, #user

Instance Method Summary collapse

Constructor Details

#initialize(timestamp, user) ⇒ IdentifyEvent

Returns a new instance of IdentifyEvent.

Since:

  • 5.5.0



42
43
44
# File 'lib/ldclient-rb/impl/event_types.rb', line 42

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