Class: EasyWeixin::TextReplyMessage

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

Instance Method Summary collapse

Methods inherited from ReplyMessage

#to_xml

Constructor Details

#initializeTextReplyMessage

Returns a new instance of TextReplyMessage.



46
47
48
49
# File 'lib/easy_weixin/model.rb', line 46

def initialize
  super
  @MsgType = 'text'
end