class ACIrb::CdpMgmtAddr

Public Instance Methods

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