Class: LaunchDarkly::Impl::IdentifyEvent 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) ⇒ IdentifyEvent
constructor
private
A new instance of IdentifyEvent.
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.
103 104 105 |
# File 'lib/ldclient-rb/impl/event_types.rb', line 103 def initialize(, context) super(, context) end |