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