Sha256: a699824134a9f4681a4c031f6e9ac2e96a27c012a3d9f63259a7c77e2012592e

Contents?: true

Size: 533 Bytes

Versions: 4

Compression:

Stored size: 533 Bytes

Contents

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

module Slack
  module Cli
    class App
      desc 'TeamBilling methods.'
      command 'team_billing' do |g|
        g.desc "Reads a workspace's billing plan information."
        g.long_desc %( Reads a workspace's billing plan information. )
        g.command 'info' do |c|
          c.action do |_global_options, options, _args|
            puts JSON.dump(@client.team_billing_info(options))
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slack-ruby-client-2.4.0 bin/commands/team_billing.rb
slack-ruby-client-2.3.0 bin/commands/team_billing.rb
slack-ruby-client-2.2.0 bin/commands/team_billing.rb
slack-ruby-client-2.1.0 bin/commands/team_billing.rb