class ACIrb::CdpIntfAddr

Public Instance Methods

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