class ACIrb::DbgEpToIpRslt

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dbg.rb, line 2058
def rn
  'epToIpRslt-[' << @attributes['src'] << ']-to-[' << @attributes['dst'] << ']-e-' << @attributes['filtEnt'] << ''
end