class ACIrb::BgpInterLeakP

Public Instance Methods

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