class ACIrb::DbgFiveTuple

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dbg.rb, line 2196
def rn
  'fiveTuple-r-' << @attributes['ruleName'] << '-' << @attributes['type'] << '-l-' << @attributes['localNodeId'] << '-e-' << @attributes['filtEnt'] << ''
end