class ACIrb::DbgEpToEpgRslt

Public Instance Methods

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