Sha256: 1239a89cb49b7db85794b5d30fb2787f78a5b49c4425932c6ba9de9cbbf450a0
Contents?: true
Size: 432 Bytes
Versions: 4
Compression:
Stored size: 432 Bytes
Contents
require 'resync/shared/base_change_list' require 'resync/xml' module Resync # A change dump manifest. See section 13.2, # "{http://www.openarchives.org/rs/1.0/resourcesync#ChangeDumpManifest Change Dump Manifest}", # in the ResourceSync specification. class ChangeDumpManifest < BaseChangeList include ::XML::Mapping # The capability provided by this type. CAPABILITY = 'changedump-manifest'.freeze end end
Version data entries
4 entries across 4 versions & 1 rubygems