class ACIrb::Ospfv3UcNexthop

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ospfv3.rb, line 942
def rn
  'ucnh-[' << @attributes['if'] << ']-[' << @attributes['addr'] << ']'
end