Sha256: 57fe11a95b83431918490f2ad9b3d90665567214e8d25843a007456031803284
Contents?: true
Size: 721 Bytes
Versions: 4
Compression:
Stored size: 721 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake module Slack module Cli class App 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 end end end
Version data entries
4 entries across 4 versions & 1 rubygems