Sha256: 0c4f789af76568b8cd045f88c84eb27696a0b301e5289e49546fec0260d5d66f
Contents?: true
Size: 466 Bytes
Versions: 4
Compression:
Stored size: 466 Bytes
Contents
require 'resync/shared/base_resource_list' require 'resync/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'.freeze end end
Version data entries
4 entries across 4 versions & 1 rubygems