Sha256: a3922032a43c7a636d017d080f0fa518b3ab7d3733cdeb0f3679b76d90f1d75c
Contents?: true
Size: 382 Bytes
Versions: 15
Compression:
Stored size: 382 Bytes
Contents
require_relative 'shared/base_resource_list' module Resync # A change list. See section 8, # "{http://www.openarchives.org/rs/1.0/resourcesync#SourceDesc Describing the Source}", # in the ResourceSync specification. class SourceDescription < BaseResourceList include ::XML::Mapping # The capability provided by this type. CAPABILITY = 'description' end end
Version data entries
15 entries across 15 versions & 1 rubygems