Sha256: 00941df9fa7e45038f8cde46bc94a4a46cd29561efbc786a07515f0fbfadf61c

Contents?: true

Size: 388 Bytes

Versions: 9

Compression:

Stored size: 388 Bytes

Contents

require_relative 'shared/base_change_index'
require_relative 'xml'

module Resync
  # A change dump. See section 13.1,
  # "{http://www.openarchives.org/rs/1.0/resourcesync#ChangeDump Change Dump}",
  # in the ResourceSync specification.
  class ChangeDump < BaseChangeIndex
    include ::XML::Mapping

    # 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.rb
resync-0.4.1 lib/resync/change_dump.rb
resync-0.4.0 lib/resync/change_dump.rb
resync-0.3.4 lib/resync/change_dump.rb
resync-0.3.3 lib/resync/change_dump.rb
resync-0.3.2 lib/resync/change_dump.rb
resync-0.3.1 lib/resync/change_dump.rb
resync-0.3.0 lib/resync/change_dump.rb
resync-0.2.2 lib/resync/change_dump.rb