class ACIrb::DbgDVPCPathTx

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dbg.rb, line 1416
def rn
  'dvpcpathTx-' << @attributes['srcNodeId'] << '-to-' << @attributes['dstNodeId'] << '-%(dstNodeId2)s'
end