class QyWechat::ResponseMessage
Public Class Methods
new()
click to toggle source
# File lib/qy_wechat/message/response_message.rb, line 14 def initialize @CreateTime = Time.now.to_i end
Public Instance Methods
to_xml()
click to toggle source
Calls superclass method
# File lib/qy_wechat/message/response_message.rb, line 18 def to_xml super.to_xml(:encoding => 'UTF-8', :indent => 0, :save_with => 0) end