Class: LaunchDarkly::Impl::DebugEvent
- Defined in:
- lib/ldclient-rb/impl/event_types.rb
Overview
Instance Attribute Summary collapse
- #eval_event ⇒ Object readonly
Attributes inherited from Event
#context, #exclude_from_summaries, #sampling_ratio, #timestamp
Instance Method Summary collapse
-
#initialize(eval_event) ⇒ DebugEvent
constructor
A new instance of DebugEvent.
Constructor Details
#initialize(eval_event) ⇒ DebugEvent
Returns a new instance of DebugEvent.
128 129 130 131 |
# File 'lib/ldclient-rb/impl/event_types.rb', line 128 def initialize(eval_event) super(eval_event., eval_event.context) @eval_event = eval_event end |
Instance Attribute Details
#eval_event ⇒ Object (readonly)
133 134 135 |
# File 'lib/ldclient-rb/impl/event_types.rb', line 133 def eval_event @eval_event end |