# File lib/fog/libvirt/requests/compute/list_pool_volumes.rb, line 5
        def list_pool_volumes(uuid)
          pool = client.lookup_storage_pool_by_uuid uuid
          pool.list_volumes.map do |volume_name|
            volume_to_attributes(pool.lookup_volume_by_name(volume_name))
          end
        end