Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
dchecker
v0.1.2
DChecker
Domain
WHOISClient
WHOISResponse
Built with Crystal 1.10.0
2023-12-16 18:47:58 UTC
class
DChecker::
Domain
DChecker::Domain
Reference
Object
Defined in:
domain.cr
Constructors
.new
(root : String, tld : String)
Class Method Summary
.parse
(domain : String)
Instance Method Summary
#root
: String
#tld
: String
Constructor Detail
def self.
new
(root : String, tld : String)
#
[
View source
]
Class Method Detail
def self.
parse
(domain : String)
#
[
View source
]
Instance Method Detail
def
root
: String
#
[
View source
]
def
tld
: String
#
[
View source
]