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