Sha256: 1a5fc0aaa6088f78c1478e8d72212b9e371b14872a7d88da3d89377b1425eb61
Contents?: true
Size: 467 Bytes
Versions: 17
Compression:
Stored size: 467 Bytes
Contents
# This file was auto-generated by lib/tasks/web.rake desc 'Api methods.' command 'api' do |g| g.desc 'This method helps you test your calling code.' g.long_desc %( This method helps you test your calling code. ) g.command 'test' do |c| c.flag 'error', desc: 'Error response to return.' c.flag 'foo', desc: 'example property to return.' c.action do |_global_options, options, _args| puts JSON.dump($client.api_test(options)) end end end
Version data entries
17 entries across 17 versions & 1 rubygems