# File lib/fog/shared_file_system/openstack/models/share_export_locations.rb, line 12
        def all
          requires :share
          load_response(service.list_share_export_locations(@share.id), 'export_locations')
        end