Rename dingtalk message#send to send_with to avoid conflicts with ruby

'send'
This commit is contained in:
Jeff Lai
2016-03-23 17:07:59 +08:00
parent a9a71d3a73
commit b60c5d1c1a
+1 -1
View File
@@ -1,7 +1,7 @@
module Dingtalk
module Api
class Message < Base
def send(params)
def send_with(params)
http_post('send', params)
end