Sha256: 41635ead98f5ba87450a4ecba59d69dae1f26622c097a42b69f5dcd2673daa30

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 dump index. See under section 13.1,
  # "{http://www.openarchives.org/rs/1.0/resourcesync#ChangeDumpIndex Change Dump}",
  # in the ResourceSync specification.
  class ChangeDumpIndex < BaseChangeIndex
    include ::XML::Mapping
    include SitemapIndex

    # The capability provided by this type.
    CAPABILITY = 'changedump'
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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