class

Sepia::Backup::BackupManifest

Inherits Reference < Object

Manifest containing backup metadata and object information

Constructors

new(root_objects : Array(Sepia::Backup::ObjectReference) = [] of ObjectReference)
Source

Class methods

from_json(json : JSON::PullParser)
Source

Instance methods

add_object(class_name : String, object_ref : ObjectReference)
Source
all_objects
Source
all_objects=(all_objects : Hash(String, Array(ObjectReference)))
Source
created_at
Source
created_at=(created_at : Time)
Source
root_objects
Source
root_objects=(root_objects : Array(ObjectReference))
Source
to_json(json : JSON::Builder)
Source
version
Source
version=(version : String)
Source