Sha256: 11d8d8b1a7c7d380cba827d79442d25ff3edd214596d49c1104cdd0acc6bf2aa

Contents?: true

Size: 394 Bytes

Versions: 6

Compression:

Stored size: 394 Bytes

Contents

require_relative 'shared/sorted_resource_list'
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 < SortedResourceList
    include ::XML::Mapping

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

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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