class ACIrb::TracerouteExecFab

Public Instance Methods

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