class Dnsruby::RR::DomainName
Abstract superclass for RR's which have a domain name in the data section.
Attributes
domainname[R]
The domain name in the RR
data section.
Public Instance Methods
set_domain_name(newname)
click to toggle source
# File lib/dnsruby/resource/domain_name.rb, line 23 def set_domain_name(newname) @domainname=Name.create(newname) end
Also aliased as: domainname=