class MpWeixin::TextReplyMessage
Attributes
Content[RW]
include ActiveModel::Model
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
MpWeixin::ReplyMessage::new
# File lib/mp_weixin/models/reply_message.rb, line 46 def initialize(attributes = {}) super @MsgType ||= 'text' end