Parent

Methods

Net::DNS::RR::NS

Name Server Record (NS)

Class for DNS NS resource records.

Public Instance Methods

nsdname() click to toggle source

Gets the name server value.

Returns a String.

# File lib/net/dns/rr/ns.rb, line 15
def nsdname
  @nsdname
end
value() click to toggle source

Gets the standardized value for this record, represented by the value of nsdname.

Returns a String.

# File lib/net/dns/rr/ns.rb, line 23
def value
  nsdname.to_s
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.