Sha256: ebf02b6f1748c5bab20809625d44996ac3f59476a530c1f1ae9b55d9b6dfc3ee

Contents?: true

Size: 399 Bytes

Versions: 11

Compression:

Stored size: 399 Bytes

Contents

require_relative 'shared/base_resource_list'
require_relative 'xml'

module Resync
  # A resource list. See section 10.1,
  # "{http://www.openarchives.org/rs/1.0/resourcesync#ResourceList Resource List}",
  # in the ResourceSync specification.
  class ResourceList < BaseResourceList
    include ::XML::Mapping

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

Version data entries

11 entries across 11 versions & 1 rubygems

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