struct

Sepia::Backup::ObjectReference

Inherits Struct < Value < Object

Represents a reference to an object in the backup

Constructors

new(class_name : String, object_id : String, relative_path : String, object_type : ObjectType)
Source

Class methods

from_json(json : JSON::PullParser)
Source

Instance methods

class_name
Source
class_name=(class_name : String)
Source
object_id
Source
object_id=(object_id : String)
Source
object_type
Source
object_type=(object_type : ObjectType)
Source
relative_path
Source
relative_path=(relative_path : String)
Source
to_json(json : JSON::Builder)
Source