# File lib/fog/ibm/requests/storage/list_volumes.rb, line 37
        def list_volumes
          response = Excon::Response.new
          response.status = 200
          response.body = { 'volumes' => format_list_volumes_response }
          response
        end