Class: Resync::ChangeDump

Inherits:
BaseChangeIndex show all
Includes:
XML::Mapping
Defined in:
lib/resync/change_dump.rb

Overview

A change dump. See section 13.1, “Change Dump”, in the ResourceSync specification.

Constant Summary collapse

CAPABILITY =

The capability provided by this type.

'changedump'.freeze

Instance Attribute Summary

Attributes inherited from SortedResourceList

#resources_by_uri

Attributes inherited from BaseResourceList

#resources

Attributes inherited from Augmented

#links, #metadata

Method Summary

Methods inherited from BaseChangeIndex

#change_lists

Methods inherited from SortedResourceList

#all_uris, #latest_for, #resources=

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