module Qywechat::Notifier::QyAPI

Public Class Methods

api_message() click to toggle source
# File lib/qywechat/notifier/qy_api.rb, line 13
def self.api_message
  @api_message ||= QyAPI::API::Message.new
end
api_token() click to toggle source
# File lib/qywechat/notifier/qy_api.rb, line 9
def self.api_token
  @api_token ||= QyAPI::API::Token.new
end