class Crst::Link

Overview

Represents a hyperlink

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]