class ACIrb::DbgAcLinkT2DRx

Public Instance Methods

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