Class: LaunchDarkly::Impl::DebugEvent 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 Attribute Summary collapse
- #eval_event ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(eval_event) ⇒ DebugEvent
constructor
private
A new instance of DebugEvent.
Constructor Details
#initialize(eval_event) ⇒ DebugEvent
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 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)
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.
133 134 135 |
# File 'lib/ldclient-rb/impl/event_types.rb', line 133 def eval_event @eval_event end |