Sha256: 0bb748b53e4a9f7996713b5912d09af8040954c3b222ee6a3abd63ef1529fdb3
Contents?: true
Size: 395 Bytes
Versions: 9
Compression:
Stored size: 395 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake desc 'UsersPrefs methods.' command 'users_prefs' do |g| g.desc "Returns the user's preferences (undocumented)" g.long_desc %( Returns the user's preferences ) g.command 'get' do |c| c.action do |_global_options, options, _args| puts JSON.dump($client.users_prefs_get(options)) end end end
Version data entries
9 entries across 9 versions & 1 rubygems