Commit b60c5d1c1a2b35650ccc65fda5c426e038bbbf9f

Authored by Jeff Lai
1 parent a9a71d3a
Exists in master

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

'send'
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/dingtalk/api/message.rb
1 module Dingtalk 1 module Dingtalk
2 module Api 2 module Api
3 class Message < Base 3 class Message < Base
4 - def send(params) 4 + def send_with(params)
5 http_post('send', params) 5 http_post('send', params)
6 end 6 end
7 7