class ACIrb::DbgAcPathRx
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/dbg.rb, line 636 def rn 'pathRx-' << @attributes['srcNodeId'] << '-to-' << @attributes['dstNodeId'] << '' end