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