class ACIrb::DbgAcLinkS2TRx

Public Instance Methods

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