Class: EasyWeixin::NewsReplyMessage

Inherits:
ReplyMessage show all
Defined in:
lib/easy_weixin/message.rb

Instance Method Summary collapse

Methods inherited from ReplyMessage

#to_xml

Constructor Details

#initializeNewsReplyMessage

Returns a new instance of NewsReplyMessage.



56
57
58
59
# File 'lib/easy_weixin/message.rb', line 56

def initialize
  	super
	@MsgType = 'news'
end