Class: QyWechat::ImageResponseMessage

Inherits:
ResponseMessage show all
Defined in:
lib/qy_wechat/message/response_message.rb

Instance Method Summary collapse

Methods inherited from ResponseMessage

#to_xml

Constructor Details

#initializeImageResponseMessage

Returns a new instance of ImageResponseMessage.



144
145
146
147
# File 'lib/qy_wechat/message/response_message.rb', line 144

def initialize
  super
  @MsgType = 'image'
end