Class: Eye::Notify::Custom
- Inherits:
-
Eye::Notify
- Object
- Eye::Notify
- Eye::Notify::Custom
- Defined in:
- lib/eye/notify.rb
Constant Summary
Constants inherited from Eye::Notify
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
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 |