Sha256: a03f42101af0b5efd4746ceaf4221537d2e1a151babba1f14cfe175c0080a0fb

Contents?: true

Size: 648 Bytes

Versions: 6

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 [Object] :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

6 entries across 6 versions & 1 rubygems

Version Path
slack-ruby-client-0.17.0 lib/slack/web/api/endpoints/team_profile.rb
slack-ruby-client-0.16.0 lib/slack/web/api/endpoints/team_profile.rb
slack-ruby-client-0.15.1 lib/slack/web/api/endpoints/team_profile.rb
slack-ruby-client-0.15.0 lib/slack/web/api/endpoints/team_profile.rb
slack-ruby-client-0.14.6 lib/slack/web/api/endpoints/team_profile.rb
slack-ruby-client-0.14.5 lib/slack/web/api/endpoints/team_profile.rb