Method: Eye::Notify#initialize

Defined in:
lib/eye/notify.rb

#initialize(options = {}, message_h = {}) ⇒ Notify

Returns a new instance of Notify.



56
57
58
59
60
61
# File 'lib/eye/notify.rb', line 56

def initialize(options = {}, message_h = {})
  @message_h = message_h
  @options = options

  debug { "created notifier #{options}" }
end