class ACIrb::IsisNexthop

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/isis.rb, line 2251
def rn
  'nh-[' << @attributes['nhIf'] << ']-[' << @attributes['addr'] << ']'
end