class ACIrb::DbgAcPathTx

Public Instance Methods

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