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.



37
38
39
40
# File 'lib/easy_weixin/message.rb', line 37

def initialize
  super
  @MsgType = 'text'
end