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

Version Path
resync-0.4.2 lib/resync/change_list_index.rb
resync-0.4.1 lib/resync/change_list_index.rb
resync-0.4.0 lib/resync/change_list_index.rb
resync-0.3.4 lib/resync/change_list_index.rb
resync-0.3.3 lib/resync/change_list_index.rb
resync-0.3.2 lib/resync/change_list_index.rb
resync-0.3.1 lib/resync/change_list_index.rb
resync-0.3.0 lib/resync/change_list_index.rb
resync-0.2.2 lib/resync/change_list_index.rb