Sha256: 9881f0a61ba764fa5c6ea3c0681925749591dc3607dcbfb051d062978c2c8b26

Contents?: true

Size: 411 Bytes

Versions: 7

Compression:

Stored size: 411 Bytes

Contents

# This file was auto-generated by lib/slack/web/api/tasks/generate.rake

desc 'Auth methods.'
command 'auth' do |g|
  g.desc 'This method checks authentication and tells you who you are.'
  g.long_desc %( This method checks authentication and tells you who you are. )
  g.command 'test' do |c|
    c.action do |_global_options, options, _args|
      puts JSON.dump($client.auth_test(options))
    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
slack-ruby-client-bhe-0.5.5 bin/commands/auth.rb
slack-ruby-client-bhe-0.5.4 bin/commands/auth.rb
slack-ruby-client-0.5.4 bin/commands/auth.rb
slack-ruby-client-0.5.3 bin/commands/auth.rb
slack-ruby-client-0.5.2 bin/commands/auth.rb
slack-ruby-client-0.5.1 bin/commands/auth.rb
slack-ruby-client-0.5.0 bin/commands/auth.rb