Sha256: b20b68edad49e09ac6526b859f790c98611086a6f3aa89ae6053b44a58029e1b

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 list. See section 12.1,
  # "{http://www.openarchives.org/rs/1.0/resourcesync#ChangeList Change List}",
  # in the ResourceSync specification.
  class ChangeList < SortedResourceList
    include ::XML::Mapping

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

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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