struct
Sepia::Backup::ObjectReference
- Sepia::Backup::ObjectReference
- Struct
- Value
- Object
Overview
Represents a reference to an object in the backup
Defined in:
sepia/backup.crConstructors
Class Method Summary
Instance Method Summary
- #class_name : String
- #class_name=(class_name : String)
- #object_id : String
- #object_id=(object_id : String)
- #object_type : ObjectType
- #object_type=(object_type : ObjectType)
- #relative_path : String
- #relative_path=(relative_path : String)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(class_name : String, object_id : String, relative_path : String, object_type : ObjectType)
#