Sha256: 81a98a7ccb32033c33a94b32847a9329d0aa93b279b30ad1ce5789e5c9089152
Contents?: true
Size: 454 Bytes
Versions: 4
Compression:
Stored size: 454 Bytes
Contents
require 'resync/shared/base_change_index' require 'resync/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'.freeze end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
resync-0.4.6 | lib/resync/change_dump_index.rb |
resync-0.4.5 | lib/resync/change_dump_index.rb |
resync-0.4.4 | lib/resync/change_dump_index.rb |
resync-0.4.3 | lib/resync/change_dump_index.rb |