Net::DNS::RR
Class for DNS NS resource records.
Gets the name server value.
Returns a String.
# File lib/net/dns/rr/ns.rb, line 15 def nsdname @nsdname end
Gets the standardized value for this record, represented by the value of nsdname.
# File lib/net/dns/rr/ns.rb, line 23 def value nsdname.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.