Parent

Methods

Net::DNS::RR::AAAA

RR type AAAA

Attributes

address[R]

Public Instance Methods

address=(addr) click to toggle source

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.