Sha256: 41635ead98f5ba87450a4ecba59d69dae1f26622c097a42b69f5dcd2673daa30
Contents?: true
Size: 451 Bytes
Versions: 9
Compression:
Stored size: 451 Bytes
Contents
require_relative 'shared/base_change_index' require_relative 'shared/sitemap_index' module Resync # A change dump index. See under section 13.1, # "{http://www.openarchives.org/rs/1.0/resourcesync#ChangeDumpIndex Change Dump}", # in the ResourceSync specification. class ChangeDumpIndex < BaseChangeIndex include ::XML::Mapping include SitemapIndex # The capability provided by this type. CAPABILITY = 'changedump' end end
Version data entries
9 entries across 9 versions & 1 rubygems