# File lib/fog/cloudstack/requests/compute/list_accounts.rb, line 9 def list_accounts(options={}) options.merge!( 'command' => 'listAccounts' ) request(options) end