class ACIrb::IsisInterLeakP
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/isis.rb, line 1936 def rn 'interleak-' << @attributes['proto'] << '-' << @attributes['inst'] << '-' << @attributes['asn'] << '' end