class ACIrb::NdAdjEp

Public Instance Methods

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