Sha256: 84d39f3580767d76406b89d32d9d2f8144b78409c1604c0340b3f372128b7eda
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists user accounts # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listUsers.html] def list_users(options={}) options.merge!( 'command' => 'listUsers' ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/list_users.rb |