class ACIrb::DbgAcLinkT2DTx

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dbg.rb, line 428
def rn
  'linkT2DTx-' << @attributes['srcSlotId'] << '-' << @attributes['srcPortId'] << '-to-' << @attributes['dstSlotId'] << '-' << @attributes['dstPortId'] << ''
end