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

Version Path
resync-0.2.1 lib/resync/change_list_index.rb
resync-0.2.0 lib/resync/change_list_index.rb
resync-0.1.3 lib/resync/change_list_index.rb
resync-0.1.2 lib/resync/change_list_index.rb
resync-0.1.1 lib/resync/change_list_index.rb