# File lib/fog/shared_file_system/openstack/requests/get_share_export_location.rb, line 18
        def get_share_export_location(id)
          response = Excon::Response.new
          response.status = 200
          share_export_location = data[:export_locations].first
          share_export_location['id'] = id
          response.body = share_export_location
          response
        end