Module: Slack::Web::Api::Endpoints::AppsPermissionsScopes
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/apps_permissions_scopes.rb
Instance Method Summary collapse
-
#apps_permissions_scopes_list(options = {}) ⇒ Object
Returns list of scopes this app has on a team.
Instance Method Details
#apps_permissions_scopes_list(options = {}) ⇒ Object
Returns list of scopes this app has on a team.
13 14 15 |
# File 'lib/slack/web/api/endpoints/apps_permissions_scopes.rb', line 13 def ( = {}) post('apps.permissions.scopes.list', ) end |