class ACIrb::DbgAcPath

Public Instance Methods

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