Class: Datadog::Tracing::Writer::Events

Inherits:
Object
  • Object
show all
Defined in:
lib/datadog/tracing/writer.rb

Overview

Callback behavior

Defined Under Namespace

Classes: AfterSend

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEvents

Returns a new instance of Events.



139
140
141
# File 'lib/datadog/tracing/writer.rb', line 139

def initialize
  @after_send = AfterSend.new
end

Instance Attribute Details

#after_sendObject (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