class QyWechat::VoiceResponseMessage

Public Class Methods

new() click to toggle source
Calls superclass method QyWechat::ResponseMessage::new
# File lib/qy_wechat/message/response_message.rb, line 121
def initialize
  super
  @MsgType = 'voice'
end