Class: EasyWeixin::NewsReplyMessage

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

Instance Method Summary collapse

Methods inherited from ReplyMessage

#to_xml

Constructor Details

#initializeNewsReplyMessage

Returns a new instance of NewsReplyMessage.



65
66
67
68
# File 'lib/easy_weixin/model.rb', line 65

def initialize
  	super
	@MsgType = 'news'
end