class EasyWeixin::ReplyMessage

Public Class Methods

new() click to toggle source
# File lib/easy_weixin/message.rb, line 24
def initialize
                    @CreateTime = Time.now.to_i
            end

Public Instance Methods

to_xml() click to toggle source
Calls superclass method
# File lib/easy_weixin/message.rb, line 28
            def to_xml
  super.to_xml(:encoding => 'UTF-8', :indent => 0, :save_with => 0)
end