struct
LinkChecker::LinkResult
- LinkChecker::LinkResult
- Struct
- Value
- Object
Overview
Result of checking a single link
Defined in:
link_checker.crConstructors
Instance Method Summary
- #broken?
- #external?
- #link : String
- #link=(link : String)
- #link_type : String
- #link_type=(link_type : String)
- #ok?
- #source_file : String
- #source_file=(source_file : String)
- #status : Symbol
- #status=(status : Symbol)
- #target : String | Nil
- #target=(target : String | Nil)
Constructor Detail
def self.new(source_file : String, link : String, link_type : String, status : Symbol, target : Nil | String = nil)
#