Class: Datadog::Notifications::Plugins::Base
- Inherits:
-
Object
- Object
- Datadog::Notifications::Plugins::Base
- Defined in:
- lib/datadog/notifications/plugins/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
Instance Method Summary collapse
-
#initialize(tags: [], **_opts) ⇒ Base
constructor
Options:.
Constructor Details
permalink #initialize(tags: [], **_opts) ⇒ Base
Options:
*:tags
- additional tags
8 9 10 |
# File 'lib/datadog/notifications/plugins/base.rb', line 8 def initialize(tags: [], **_opts) @tags = end |
Instance Attribute Details
permalink #tags ⇒ Object (readonly)
Returns the value of attribute tags.
3 4 5 |
# File 'lib/datadog/notifications/plugins/base.rb', line 3 def @tags end |