class ACIrb::DbgACPbPathStats

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dbg.rb, line 759
def rn
  'pstats-s-' << @attributes['srcNodeId'] << '-d-' << @attributes['dstNodeId'] << ''
end