# File lib/fog/shared_file_system/openstack/models/share_export_locations.rb, line 17
        def find_by_id(id)
          location_hash = service.get_share_export_location(@share.id,id).body['export_location']
          new(location_hash.merge(:service => service))
        end