Sha256: 7de301cbefb35c4ae283e7dc15781909b5e68a821afe0d3d880aa60b59698ba5
Contents?: true
Size: 586 Bytes
Versions: 7
Compression:
Stored size: 586 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 TeamBilling # # Reads a workspace's billing plan information. # # @see https://api.slack.com/methods/team.billing.info # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/team.billing/team.billing.info.json def team_billing_info(options = {}) post('team.billing.info', options) end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems