Sha256: 1ca4a37adc9ccf6fa306583ad4f596ea629400995850e0a243f7d4a722bf33a2

Contents?: true

Size: 217 Bytes

Versions: 13

Compression:

Stored size: 217 Bytes

Contents

module Datadog::Notifications::Plugins
  class Base
    attr_reader :tags

    # Options:
    #
    # *<tt>:tags</tt> - additional tags
    def initialize(opts = {})
      @tags = opts[:tags] || []
    end

  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
datadog-notifications-0.5.0 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.4.9 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.4.8 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.4.7 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.4.6 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.4.5 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.4.4 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.4.3 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.4.2 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.4.1 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.4.0 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.3.1 lib/datadog/notifications/plugins/base.rb
datadog-notifications-0.3.0 lib/datadog/notifications/plugins/base.rb