Module: NotesNotifier

Defined in:
lib/notes_notifier.rb,
lib/notes_notifier/version.rb

Overview

require ‘slack_bot/app/models/notify’

Defined Under Namespace

Classes: Railtie

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (NotesNotifier)

    the object that the method was called on



37
38
39
# File 'lib/notes_notifier.rb', line 37

def self.setup
  yield self if block_given?
end