Send message through Queue and Thread
Params: { :wmid, :subj, :text }
153 154 155 156
# File 'lib/webmoney.rb', line 153 def send_message(params) @messenger = Messenger.new(self){} if @messenger.nil? @messenger.push(params) end