class Skylight::Core::Subscriber::Notification

ActiveSupport::Notifications API

Attributes

name[R]
span[R]

Public Class Methods

new(name, span) click to toggle source
# File lib/skylight/core/subscriber.rb, line 35
def initialize(name, span)
  @name = name
  @span = span
end