class ACIrb::EigrpInst

Public Instance Methods

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