# File lib/fog/shared_file_system/openstack/models/share_export_locations.rb, line 24
        def new(attributes = {})
          requires :share
          super({:share => @share}.merge!(attributes))
        end