class ACIrb::OspfInterLeakP

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ospf.rb, line 1794
def rn
  'interleak-' << @attributes['proto'] << '-' << @attributes['inst'] << '-' << @attributes['asn'] << ''
end