class Crst::Topic

Overview

Represents a topic

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, children : Array(Crst::Node) = [] of Node) #

[View source]

Instance Method Detail

def children : Array(Crst::Node) #

[View source]
def children=(children : Array(Crst::Node)) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]