Class: LaunchDarkly::Impl::IdentifyEvent
- Defined in:
- lib/ldclient-rb/impl/event_types.rb
Overview
Instance Attribute Summary
Attributes inherited from Event
Instance Method Summary collapse
-
#initialize(timestamp, user) ⇒ IdentifyEvent
constructor
A new instance of IdentifyEvent.
Constructor Details
#initialize(timestamp, user) ⇒ IdentifyEvent
Returns a new instance of IdentifyEvent.
42 43 44 |
# File 'lib/ldclient-rb/impl/event_types.rb', line 42 def initialize(, user) super(, user) end |