Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
resolv
v0.6.0
Resolv
DNS
RCode
Requester
Resource
A
AAAA
CAA
CNAME
MX
NS
PTR
SOA
SRV
TXT
Type
Resources
Error
Socket
IPAddress
Generated using Crystal 1.14.0
2024-11-14 07:16:01 UTC
class
Resolv::
DNS::
Resource::
CAA
Resolv::DNS::Resource::CAA
Resolv::DNS::Resource
Reference
Object
Defined in:
resolv.cr
Constructors
.new
(flags : UInt8, tag : String, value : String)
Instance Method Summary
#flags
: UInt8
#tag
: String
#value
: String
Constructor Detail
def self.
new
(flags : UInt8, tag : String, value : String)
#
[
View source
]
Instance Method Detail
def
flags
: UInt8
#
[
View source
]
def
tag
: String
#
[
View source
]
def
value
: String
#
[
View source
]