Sha256: 8c622601b6ccc04fdc427719ec513e4b9b8d5d2974d7adbb758dcc8911405bf5
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 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'.freeze end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
resync-0.4.6 | lib/resync/change_list_index.rb |
resync-0.4.5 | lib/resync/change_list_index.rb |
resync-0.4.4 | lib/resync/change_list_index.rb |
resync-0.4.3 | lib/resync/change_list_index.rb |