Module: Slack::Web::Api::Endpoints::TeamProfile
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/team_profile.rb
Instance Method Summary collapse
-
#team_profile_get(options = {}) ⇒ Object
Retrieve a team’s profile.
Instance Method Details
#team_profile_get(options = {}) ⇒ Object
Retrieve a team’s profile.
15 16 17 |
# File 'lib/slack/web/api/endpoints/team_profile.rb', line 15 def team_profile_get( = {}) post('team.profile.get', ) end |