Sepia::PathResolver::ObjectInfo
Information about a resolved Sepia object path
Constructors
Instance methods
class_name
Sourcefull_path
SourceLoad the actual Sepia object from storage using a given class
obj = info.object(TestDocument)
if obj
puts "Loaded #{obj.class.name} with ID #{obj.sepia_id}"
end
object_id
Sourcerelative_path
Sourcestorage_path
Source