Sha256: 8f14a652f97005a31b0e0350b70428c0db931a2a6e7602f08c4459f533c3d17c
Contents?: true
Size: 402 Bytes
Versions: 11
Compression:
Stored size: 402 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists user accounts. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listUsers.html] def list_users(options={}) options.merge!( 'command' => 'listUsers' ) request(options) end end end end end
Version data entries
11 entries across 11 versions & 3 rubygems