mirror of
https://github.com/wahyd4/dingtalk.git
synced 2026-08-09 04:45:54 +10:00
Rename dingtalk message#send to send_with to avoid conflicts with ruby
'send'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module Dingtalk
|
||||
module Api
|
||||
class Message < Base
|
||||
def send(params)
|
||||
def send_with(params)
|
||||
http_post('send', params)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user