class ACIrb::DbgDVPCPath
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/dbg.rb, line 1338 def rn 'dvpcpath-' << @attributes['srcNodeId'] << '-to-' << @attributes['dstNodeId'] << '-%(dstNodeId2)s' end