Class: EasyWeixin::TextReplyMessage

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

Instance Method Summary collapse

Methods inherited from ReplyMessage

#to_xml

Constructor Details

#initializeTextReplyMessage

Returns a new instance of TextReplyMessage.



40
41
42
43
# File 'lib/easy_weixin/message.rb', line 40

def initialize
  super
  @MsgType = 'text'
end