class Crst::Citation

Overview

Represents a citation

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(label : 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 label : String #

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

[View source]