Class: Weixin::TextReplyMessage

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

Instance Method Summary collapse

Methods inherited from ReplyMessage

#to_xml

Constructor Details

#initializeTextReplyMessage

Returns a new instance of TextReplyMessage.



182
183
184
185
# File 'lib/weixin/model.rb', line 182

def initialize
    super
    @MsgType = 'text'
end