Sha256: 00941df9fa7e45038f8cde46bc94a4a46cd29561efbc786a07515f0fbfadf61c
Contents?: true
Size: 388 Bytes
Versions: 9
Compression:
Stored size: 388 Bytes
Contents
require_relative 'shared/base_change_index' require_relative 'xml' module Resync # A change dump. See section 13.1, # "{http://www.openarchives.org/rs/1.0/resourcesync#ChangeDump Change Dump}", # in the ResourceSync specification. class ChangeDump < BaseChangeIndex include ::XML::Mapping # The capability provided by this type. CAPABILITY = 'changedump' end end
Version data entries
9 entries across 9 versions & 1 rubygems