Class: LaunchDarkly::Impl::IdentifyEvent
- Defined in:
- lib/ldclient-rb/impl/event_types.rb
Overview
Instance Attribute Summary
Attributes inherited from Event
#context, #exclude_from_summaries, #sampling_ratio, #timestamp
Instance Method Summary collapse
-
#initialize(timestamp, context) ⇒ IdentifyEvent
constructor
A new instance of IdentifyEvent.
Constructor Details
#initialize(timestamp, context) ⇒ IdentifyEvent
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 |