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