class ACIrb::TracerouteProbe
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/traceroute.rb, line 309 def rn 'sport-' << @attributes['srcPort'] << '-dport-' << @attributes['dstPort'] << '-prot-' << @attributes['prot'] << '' end