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