class CheckLinks::Page

Defined in:

check_links/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(target_url : String, source_url : String) #

[View source]
def self.new(source_url : String) #

[View source]

Instance Method Detail

def exists? : Bool #

[View source]
def hashes : Array(String) #

[View source]
def links : Array(String) #

[View source]
def loaded? : Bool #

[View source]
def not_found? #

[View source]
def open(target_url : String) #

[View source]
def raw_links : Array(String) #

[View source]
def source_url : URI #

[View source]
def url : URI #

[View source]
def xml_parsing_error? #

[View source]