Net::DNS::RR
Class for DNS Pointer (PTR) resource records.
Pointer records are the opposite of A and AAAA RRs and are used in Reverse Map zone files to map an IP address (IPv4 or IPv6) to a host name.
Gets the PTR value.
Returns a String.
# File lib/net/dns/rr/ptr.rb, line 19 def ptrdname @ptrdname.to_s end
Gets the standardized value for this record, represented by the value of ptrdname.
# File lib/net/dns/rr/ptr.rb, line 29 def value ptrdname.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.