class ACIrb::Ospfv3LsaRec

Public Instance Methods

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