class ACIrb::EigrpInterLeakP

Public Instance Methods

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