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

#context, #timestamp

Instance Method Summary collapse

Constructor Details

#initialize(timestamp, context) ⇒ IdentifyEvent

Returns a new instance of IdentifyEvent.

Since:

  • 5.5.0



45
46
47
# File 'lib/ldclient-rb/impl/event_types.rb', line 45

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