Sha256: 0c06935f138b7be994b2abdf8a770ce55b1328fb64f0af9b695a31b3a9c6c236
Contents?: true
Size: 415 Bytes
Versions: 3
Compression:
Stored size: 415 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-2.0.0 | bin/commands/team_billing.rb |
slack-ruby-client-1.1.0 | bin/commands/team_billing.rb |
slack-ruby-client-1.0.0 | bin/commands/team_billing.rb |