class QyWechat::VideoResponseMessage

Public Class Methods

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