class ACIrb::DbgAcLinkS2TTx
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/dbg.rb, line 296 def rn 'linkS2TTx-' << @attributes['srcSlotId'] << '-' << @attributes['srcPortId'] << '-to-' << @attributes['dstSlotId'] << '-' << @attributes['dstPortId'] << '' end