Sha256: 0e4856a4a93f9e56f16dc31b011a8438d4faf8ffc698b0abc186ab4a2174ed66
Contents?: true
Size: 480 Bytes
Versions: 86
Compression:
Stored size: 480 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists accounts and provides detailed account information for listed accounts. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listAccounts.html] def list_accounts(options={}) options.merge!( 'command' => 'listAccounts' ) request(options) end end end end end
Version data entries
86 entries across 86 versions & 16 rubygems