class Crst::Reference

Overview

Represents a hyperlink reference

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Instance methods inherited from class Crst::Node

column : Int32 | Nil column, column=(column : Int32 | Nil) column=, end_column : Int32 | Nil end_column, end_column=(end_column : Int32 | Nil) end_column=, end_line : Int32 | Nil end_line, end_line=(end_line : Int32 | Nil) end_line=, line : Int32 | Nil line, line=(line : Int32 | Nil) line=

Constructor Detail

def self.new(ref : String, uri : Nil | String = nil, 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 ref : String #

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

[View source]
def uri : String | Nil #

[View source]
def uri=(uri : String | Nil) #

[View source]