Class: Legion::Alerts::AlertRule
- Inherits:
-
Struct
- Object
- Struct
- Legion::Alerts::AlertRule
- Defined in:
- lib/legion/alerts.rb
Instance Attribute Summary collapse
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#cooldown_seconds ⇒ Object
Returns the value of attribute cooldown_seconds.
-
#event_pattern ⇒ Object
Returns the value of attribute event_pattern.
-
#name ⇒ Object
Returns the value of attribute name.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#channels ⇒ Object
Returns the value of attribute channels
5 6 7 |
# File 'lib/legion/alerts.rb', line 5 def channels @channels end |
#condition ⇒ Object
Returns the value of attribute condition
5 6 7 |
# File 'lib/legion/alerts.rb', line 5 def condition @condition end |
#cooldown_seconds ⇒ Object
Returns the value of attribute cooldown_seconds
5 6 7 |
# File 'lib/legion/alerts.rb', line 5 def cooldown_seconds @cooldown_seconds end |
#event_pattern ⇒ Object
Returns the value of attribute event_pattern
5 6 7 |
# File 'lib/legion/alerts.rb', line 5 def event_pattern @event_pattern end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/legion/alerts.rb', line 5 def name @name end |
#severity ⇒ Object
Returns the value of attribute severity
5 6 7 |
# File 'lib/legion/alerts.rb', line 5 def severity @severity end |