class Crst::Target

Overview

Represents a hyperlink target

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, uri : Nil | String = nil) #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def uri : String | Nil #

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

[View source]