Sha256: f19875a563988c9783d042763f2bf4d41ee3240aafac337ce28214f82b7b7d20
Contents?: true
Size: 449 Bytes
Versions: 8
Compression:
Stored size: 449 Bytes
Contents
# frozen_string_literal: true # 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
8 entries across 8 versions & 1 rubygems