Sha256: 36d2c8e2c449b7553ab55b85c627b714bad00b32f2115de482c26c82d104d008
Contents?: true
Size: 603 Bytes
Versions: 1
Compression:
Stored size: 603 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake desc 'AppsConnections methods.' command 'apps_connections' do |g| g.desc 'Generate a temporary Socket Mode WebSocket URL that your app can connect to in order to receive events and interactive payloads over.' g.long_desc %( Generate a temporary Socket Mode WebSocket URL that your app can connect to in order to receive events and interactive payloads over. ) g.command 'open' do |c| c.action do |_global_options, options, _args| puts JSON.dump($client.apps_connections_open(options)) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-2.0.0 | bin/commands/apps_connections.rb |