diff options
Diffstat (limited to 'lib/custodian/alertfactory.rb')
-rw-r--r-- | lib/custodian/alertfactory.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/custodian/alertfactory.rb b/lib/custodian/alertfactory.rb index e0ec13f..a9b6d3d 100644 --- a/lib/custodian/alertfactory.rb +++ b/lib/custodian/alertfactory.rb @@ -67,18 +67,17 @@ module Custodian # - # Return an array of the notifiers we know about. + # Return the notifiers we know about. # # i.e. Derived classes that have registered themselves. # - # def self.known_alerters @@subclasses end # - # Get the friendly-type of this class + # Get the friendly-type of derived-classes. # def get_type @@subclasses.each do |name,value| @@ -108,6 +107,7 @@ module Custodian end + # # Raise an alert. # @@ -116,6 +116,7 @@ module Custodian end + # # Clear an alert. # |