struct TableOfContentsController::PathTreeNode

Defined in:

controllers/table_of_contents.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(entry : ActivityPub::Object | Nil, children : Hash(String, PathTreeNode)) #

[View source]

Instance Method Detail

def children : Hash(String, PathTreeNode) #

def clone #

[View source]
def copy_with(entry _entry = @entry, children _children = @children) #

[View source]
def entry : ActivityPub::Object | Nil #