Class: Datadog::Tracing::Writer::Events
- Inherits:
-
Object
- Object
- Datadog::Tracing::Writer::Events
- Defined in:
- lib/datadog/tracing/writer.rb
Overview
Callback behavior
Defined Under Namespace
Classes: AfterSend
Instance Attribute Summary collapse
-
#after_send ⇒ Object
readonly
Returns the value of attribute after_send.
Instance Method Summary collapse
-
#initialize ⇒ Events
constructor
A new instance of Events.
Constructor Details
Instance Attribute Details
#after_send ⇒ Object (readonly)
Returns the value of attribute after_send.
136 137 138 |
# File 'lib/datadog/tracing/writer.rb', line 136 def after_send @after_send end |