lib/slack/web/api/endpoints/apps.rb in slack-ruby-client-0.17.0 vs lib/slack/web/api/endpoints/apps.rb in slack-ruby-client-1.0.0
- old
+ new
@@ -7,12 +7,12 @@
module Endpoints
module Apps
#
# Uninstalls your app from a workspace.
#
- # @option options [Object] :client_id
+ # @option options [string] :client_id
# Issued when you created your application.
- # @option options [Object] :client_secret
+ # @option options [string] :client_secret
# Issued when you created your application.
# @see https://api.slack.com/methods/apps.uninstall
# @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/apps/apps.uninstall.json
def apps_uninstall(options = {})
throw ArgumentError.new('Required arguments :client_id missing') if options[:client_id].nil?