Sha256: fc15e5d48ba58c4421b98e416bc409663c4b8f5316678e178baf94ebb3c98415
Contents?: true
Size: 437 Bytes
Versions: 3
Compression:
Stored size: 437 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake desc 'TeamPreferences methods.' command 'team_preferences' do |g| g.desc "Retrieve a list of a workspace's team preferences." g.long_desc %( Retrieve a list of a workspace's team preferences. ) g.command 'list' do |c| c.action do |_global_options, options, _args| puts JSON.dump($client.team_preferences_list(options)) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-2.0.0 | bin/commands/team_preferences.rb |
slack-ruby-client-1.1.0 | bin/commands/team_preferences.rb |
slack-ruby-client-1.0.0 | bin/commands/team_preferences.rb |