class ACIrb::Ospfv3InterLeakP

Public Instance Methods

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