Sha256: 52b6fe7bc612e7e4159db3dfd5322479871e997749c07fa6ca635d8910971820
Contents?: true
Size: 400 Bytes
Versions: 4
Compression:
Stored size: 400 Bytes
Contents
require_relative 'shared/base_resource_list' require_relative 'xml' module Resync # A resource list. See section 10.1, # "{http://www.openarchives.org/rs/1.0/resourcesync#ResourceList Resource List}", # in the ResourceSync specification. class ResourceList < BaseResourceList include ::XML::Mapping # The capability provided by this type. CAPABILITY = 'resourcelist' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
resync-0.1.3 | lib/resync/resource_list.rb |
resync-0.1.2 | lib/resync/resource_list.rb |
resync-0.1.1 | lib/resync/resource_list.rb |
resync-0.1.0 | lib/resync/resource_list.rb |