class EasyWeixin::TextReplyMessage

Public Class Methods

new() click to toggle source
Calls superclass method EasyWeixin::ReplyMessage::new
# File lib/easy_weixin/message.rb, line 37
def initialize
  super
  @MsgType = 'text'
end