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, #execute, get_class, #initialize, #logger_sub_tag, #message_body, #message_subject, #notify, notify, register, requires, validate!

Methods included from Dsl::Validation

included

Constructor Details

This class inherits a constructor from Eye::Notify

Class Method Details

.inherited(base) ⇒ Object



105
106
107
108
# File 'lib/eye/notify.rb', line 105

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