class MpWeixin::VoiceReplyMessage
Attributes
Voice[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 88 def initialize(attributes = {}) super @MsgType ||= 'voice' end