Module: Qywechat::Notifier

Defined in:
lib/qywechat/notifier.rb,
lib/qywechat/notifier/qy_api.rb,
lib/qywechat/notifier/version.rb,
lib/qywechat/notifier/qy_api/client.rb

Defined Under Namespace

Modules: QyAPI Classes: Error

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.configure {|Qywechat::Notifier::QyAPI| ... } ⇒ Object



6
7
8
# File 'lib/qywechat/notifier.rb', line 6

def self.configure
  yield Qywechat::Notifier::QyAPI
end