Class: Resync::ResourceListIndex

Inherits:
BaseResourceList show all
Includes:
SitemapIndex, XML::Mapping
Defined in:
lib/resync/resource_list_index.rb

Overview

A resource list index. See section 10.2, “Resource List Index”, in the ResourceSync specification.

Constant Summary collapse

CAPABILITY =

The capability provided by this type.

'resourcelist'.freeze

Instance Attribute Summary

Attributes inherited from BaseResourceList

#resources

Attributes inherited from Augmented

#links, #metadata

Method Summary

Methods included from SitemapIndex

included, #save_to_xml

Methods inherited from BaseResourceList

#capability, inherited, #initialize, #metadata=, #pre_save, #resource_for, #resources_for, #resources_in

Methods inherited from Augmented

#at_time, #change, #completed_time, #from_time, #initialize, #link_for, #links_for, #until_time

Constructor Details

This class inherits a constructor from Resync::BaseResourceList