Assign to the RR::AAAA object a new IPv6 address, which can be in the form of a string or an IPAddr object
a.address = "::1"
a.address = IPAddr.new("::1")
# File lib/net/dns/rr/aaaa.rb, line 21 def address=(addr) @address = check_address addr build_pack end
Generated with the Darkfish Rdoc Generator 2.