Class | Net::DNS::RR::AAAA |
In: |
lib/net/dns/rr/aaaa.rb
|
Parent: | RR |
Assigns a new IPv6 address to this record, which can be in the form of a String or an IPAddr object.
Examples
a.address = "192.168.0.1" a.address = IPAddr.new("10.0.0.1")
Returns the new allocated instance of IPAddr.