Sha256: cda49725d1f8158eadaaf775e4a92fe68b54f53796b8628748b82739c8dda96f

Contents?: true

Size: 648 Bytes

Versions: 5

Compression:

Stored size: 648 Bytes

Contents

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

module Slack
  module Web
    module Api
      module Endpoints
        module TeamProfile
          #
          # Retrieve a team's profile.
          #
          # @option options [string] :visibility
          #   Filter by visibility.
          # @see https://api.slack.com/methods/team.profile.get
          # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/team.profile/team.profile.get.json
          def team_profile_get(options = {})
            post('team.profile.get', options)
          end
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
slack-ruby-client-2.2.0 lib/slack/web/api/endpoints/team_profile.rb
slack-ruby-client-2.1.0 lib/slack/web/api/endpoints/team_profile.rb
slack-ruby-client-2.0.0 lib/slack/web/api/endpoints/team_profile.rb
slack-ruby-client-1.1.0 lib/slack/web/api/endpoints/team_profile.rb
slack-ruby-client-1.0.0 lib/slack/web/api/endpoints/team_profile.rb