Sha256: b0731cbe4869d0f3675fb3cc6b9159c8f9d9f09fc991c241ba6c0a5da11b1f64
Contents?: true
Size: 305 Bytes
Versions: 2
Compression:
Stored size: 305 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true module NewRelic module DelayedJobInjection extend self attr_accessor :worker_name end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-8.10.1 | lib/new_relic/delayed_job_injection.rb |
newrelic_rpm-8.10.0 | lib/new_relic/delayed_job_injection.rb |