Sha256: 9a284ad9cbd03e5cb48b1397cf9c8aa718e229ed5bf52875f9df8dec1bc8301f
Contents?: true
Size: 603 Bytes
Versions: 4
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
4 entries across 4 versions & 1 rubygems