class ACIrb::Ipv6Addr

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ipv6.rb, line 35
def rn
  'addr-[' << @attributes['addr'] << ']'
end