Method: Eye::Notify.validate!

Defined in:
lib/eye/notify.rb

.validate!(options) ⇒ Object



23
24
25
# File 'lib/eye/notify.rb', line 23

def self.validate!(options)
  get_class(options[:type]).validate(options)
end