class ACIrb::EigrpAdjEp

Public Instance Methods

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