Sha256: 504a0284328e6479285dbad5bf5eb2f23d33214f35b27aba97323d7ed3e4d025

Contents?: true

Size: 646 Bytes

Versions: 2

Compression:

Stored size: 646 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 [enum] :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

2 entries across 2 versions & 1 rubygems

Version Path
slack-ruby-client-2.4.0 lib/slack/web/api/endpoints/team_profile.rb
slack-ruby-client-2.3.0 lib/slack/web/api/endpoints/team_profile.rb