Class: Eye::Notify::Custom

Inherits:
Eye::Notify show all
Defined in:
lib/eye/notify.rb

Constant Summary

Constants inherited from Eye::Notify

TIMEOUT, TYPES

Class Method Summary collapse

Methods inherited from Eye::Notify

#async_notify, depends_on, #execute, get_class, #initialize, #logger_sub_tag, #message_body, #message_subject, #notify, notify, register, validate!

Methods included from Dsl::Validation

included

Constructor Details

This class inherits a constructor from Eye::Notify

Class Method Details

.inherited(base) ⇒ Object



102
103
104
105
# File 'lib/eye/notify.rb', line 102

def self.inherited(base)
  super
  register(base)
end