Sha256: dfa8cf9186a56f5f95c44da1a58a6f6b198747eea0ec1cea3f54e5b49d37319e

Contents?: true

Size: 529 Bytes

Versions: 14

Compression:

Stored size: 529 Bytes

Contents

module Datadog
  class Notifications
    module Plugins
      autoload :Base,             'datadog/notifications/plugins/base'
      autoload :Grape,            'datadog/notifications/plugins/grape'
      autoload :ActiveRecord,     'datadog/notifications/plugins/active_record'
      autoload :ActiveJob,        'datadog/notifications/plugins/active_job'
      autoload :ActionController, 'datadog/notifications/plugins/action_controller'
      autoload :GRPC,             'datadog/notifications/plugins/grpc'
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
datadog-notifications-0.7.2 lib/datadog/notifications/plugins.rb
datadog-notifications-0.7.1 lib/datadog/notifications/plugins.rb
datadog-notifications-0.7.0 lib/datadog/notifications/plugins.rb
datadog-notifications-0.6.7 lib/datadog/notifications/plugins.rb
datadog-notifications-0.6.6 lib/datadog/notifications/plugins.rb
datadog-notifications-0.6.5 lib/datadog/notifications/plugins.rb
datadog-notifications-0.6.4 lib/datadog/notifications/plugins.rb
datadog-notifications-0.6.3 lib/datadog/notifications/plugins.rb
datadog-notifications-0.6.2 lib/datadog/notifications/plugins.rb
datadog-notifications-0.6.1 lib/datadog/notifications/plugins.rb
datadog-notifications-0.6.0 lib/datadog/notifications/plugins.rb
datadog-notifications-0.5.4 lib/datadog/notifications/plugins.rb
datadog-notifications-0.5.3 lib/datadog/notifications/plugins.rb
datadog-notifications-0.5.2 lib/datadog/notifications/plugins.rb