struct LinkChecker::LinkResult

Overview

Result of checking a single link

Defined in:

link_checker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source_file : String, link : String, link_type : String, status : Symbol, target : Nil | String = nil) #

[View source]

Instance Method Detail

def broken? #

[View source]
def external? #

[View source]
def link : String #

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

[View source]
def link_type : String #

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

[View source]
def ok? #

[View source]
def source_file : String #

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

[View source]
def status : Symbol #

[View source]
def status=(status : Symbol) #

[View source]
def target : String | Nil #

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

[View source]