class ACIrb::DbgEpToEpRslt

Public Instance Methods

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