Sha256: d240c0722e8f13d78c4bb45bc8060f2dfed3840041c9ff00388b98a427861e69

Contents?: true

Size: 419 Bytes

Versions: 5

Compression:

Stored size: 419 Bytes

Contents

# This file was auto-generated by lib/tasks/web.rake

desc 'AppsPermissionsScopes methods.'
command 'apps_permissions_scopes' do |g|
  g.desc 'Returns list of scopes this app has on a team.'
  g.long_desc %( Returns list of scopes this app has on a team. )
  g.command 'list' do |c|
    c.action do |_global_options, options, _args|
      puts JSON.dump($client.apps_permissions_scopes_list(options))
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
slack-ruby-client-0.14.1 bin/commands/apps_permissions_scopes.rb
slack-ruby-client-0.14.0 bin/commands/apps_permissions_scopes.rb
slack-ruby-client-0.13.1 bin/commands/apps_permissions_scopes.rb
slack-ruby-client-0.13.0 bin/commands/apps_permissions_scopes.rb
slack-ruby-client-0.12.0 bin/commands/apps_permissions_scopes.rb