Class: Weixin::NewsReplyMessage

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

Instance Method Summary collapse

Methods inherited from ReplyMessage

#to_xml

Constructor Details

#initializeNewsReplyMessage

Returns a new instance of NewsReplyMessage.



219
220
221
222
# File 'lib/weixin/model.rb', line 219

def initialize
    super
    @MsgType = 'news'
end