class ACIrb::DbgAcLinkS2T

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dbg.rb, line 210
def rn
  'srcP-' << @attributes['srcP'] << '-trnstP-' << @attributes['trnstP'] << ''
end