aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/mauve/alert.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mauve/alert.rb b/lib/mauve/alert.rb
index 72568b3..40d2f1c 100644
--- a/lib/mauve/alert.rb
+++ b/lib/mauve/alert.rb
@@ -209,6 +209,11 @@ module Mauve
def detail; super || "_No detail set._" ; end
#
+ # The update type
+ #
+ def update_type; super || "cleared" ; end
+
+ #
# Set the subject -- this clears the cached_alert_group.
#
def subject=(s)