Class: Interferon::MetricDSL
- Inherits:
-
Object
- Object
- Interferon::MetricDSL
- Includes:
- DSLMixin
- Defined in:
- lib/interferon/alert_dsl.rb
Instance Method Summary collapse
Methods included from DSLMixin
#[], #initialize, #method_missing
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Interferon::DSLMixin
Instance Method Details
#datadog_query(v = nil, &block) ⇒ Object
90 91 92 |
# File 'lib/interferon/alert_dsl.rb', line 90 def datadog_query(v = nil, &block) get_or_set(:@datadog_query, v, block, '') end |