Method: ActiveSupport::Notifications::Instrumenter::LegacyHandle#initialize

Defined in:
activesupport/lib/active_support/notifications/instrumenter.rb

#initialize(notifier, name, id, payload) ⇒ LegacyHandle

Returns a new instance of LegacyHandle.


34
35
36
37
38
39
# File 'activesupport/lib/active_support/notifications/instrumenter.rb', line 34

def initialize(notifier, name, id, payload)
  @notifier = notifier
  @name = name
  @id = id
  @payload = payload
end