Sha256: 1a71116a182fbf027cbeef0aaa96b38de31e2df01c13f71f2fde99a89aa3624f

Contents?: true

Size: 463 Bytes

Versions: 15

Compression:

Stored size: 463 Bytes

Contents

require_relative 'shared/base_resource_list'
require_relative 'shared/sitemap_index'

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

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
resync-0.4.2 lib/resync/resource_list_index.rb
resync-0.4.1 lib/resync/resource_list_index.rb
resync-0.4.0 lib/resync/resource_list_index.rb
resync-0.3.4 lib/resync/resource_list_index.rb
resync-0.3.3 lib/resync/resource_list_index.rb
resync-0.3.2 lib/resync/resource_list_index.rb
resync-0.3.1 lib/resync/resource_list_index.rb
resync-0.3.0 lib/resync/resource_list_index.rb
resync-0.2.2 lib/resync/resource_list_index.rb
resync-0.2.1 lib/resync/resource_list_index.rb
resync-0.2.0 lib/resync/resource_list_index.rb
resync-0.1.3 lib/resync/resource_list_index.rb
resync-0.1.2 lib/resync/resource_list_index.rb
resync-0.1.1 lib/resync/resource_list_index.rb
resync-0.1.0 lib/resync/resource_list_index.rb