method
new
rails latest stable - Class:
ActiveSupport::Notifications::Instrumenter::LegacyHandle
new(notifier, name, id, payload)public
No documentation available.
# 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