Class: Eye::Notify::Custom

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

Constant Summary

Constants inherited from Eye::Notify

TIMEOUT, TYPES

Instance Attribute Summary

Attributes included from Dsl::Validation

#defaults, #should_bes, #validates, #variants

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, validate!

Methods included from Dsl::Validation

#inherited, #param, #validate

Constructor Details

This class inherits a constructor from Eye::Notify

Class Method Details

.inherited(base) ⇒ Object



96
97
98
99
# File 'lib/eye/notify.rb', line 96

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