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