Sha256: 456a235011d27aa9f0962ce1e1fe5ee3732172138368d4e9fa9a7634396ee5dd

Contents?: true

Size: 386 Bytes

Versions: 9

Compression:

Stored size: 386 Bytes

Contents

require_relative 'shared/base_change_list'
require_relative 'xml'

module Resync
  # A change list. See section 12.1,
  # "{http://www.openarchives.org/rs/1.0/resourcesync#ChangeList Change List}",
  # in the ResourceSync specification.
  class ChangeList < BaseChangeList
    include ::XML::Mapping

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