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