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
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.
82 83 84 85 |
# File 'lib/ldclient-rb/impl/event_types.rb', line 82 def initialize(eval_event) super(eval_event., eval_event.user) @eval_event = eval_event end |
Instance Attribute Details
#eval_event ⇒ Object (readonly)
87 88 89 |
# File 'lib/ldclient-rb/impl/event_types.rb', line 87 def eval_event @eval_event end |