Sha256: 125ea3ebe329149ec152ff084b711e414ce9d83915514cd1a3f5c75bb222e9ac
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 list index. See section 12.2, # "{http://www.openarchives.org/rs/1.0/resourcesync#ChangeListIndex Change List Index}", # in the ResourceSync specification. class ChangeListIndex < BaseChangeIndex include ::XML::Mapping include SitemapIndex # The capability provided by this type. CAPABILITY = 'changelist' end end
Version data entries
9 entries across 9 versions & 1 rubygems