class ACIrb::OspfLsaRec

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ospf.rb, line 1910
def rn
  'lsa-[' << @attributes['type'] << ']-' << @attributes['id'] << '-' << @attributes['advRtr'] << ''
end