class EasyWeixin::NewsReplyMessage
Public Class Methods
new()
click to toggle source
Calls superclass method
EasyWeixin::ReplyMessage::new
# File lib/easy_weixin/message.rb, line 56 def initialize super @MsgType = 'news' end