Sha256: 2166a5bfb71df152169c63d9a58172082744409ffec94e793e5d262ab3c2ccac
Contents?: true
Size: 392 Bytes
Versions: 5
Compression:
Stored size: 392 Bytes
Contents
# This file was auto-generated by lib/tasks/web.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
5 entries across 5 versions & 1 rubygems