Sha256: 17f748ed111a69e37aad0196a26b8f73406b6761ee7c5c57a577a6ba5308a6f4
Contents?: true
Size: 457 Bytes
Versions: 5
Compression:
Stored size: 457 Bytes
Contents
require_relative 'shared/sorted_resource_list' 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 < SortedResourceList include ::XML::Mapping include SitemapIndex # The capability provided by this type. CAPABILITY = 'changelist' end end
Version data entries
5 entries across 5 versions & 1 rubygems