class ACIrb::EigrpRoute

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/eigrp.rb, line 921
def rn
  'rt-[' << @attributes['pfx'] << ']'
end