class ACIrb::ActrlRule

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/actrl.rb, line 654
def rn
  'rule-' << @attributes['scopeId'] << '-s-' << @attributes['sPcTag'] << '-d-' << @attributes['dPcTag'] << '-f-' << @attributes['fltId'] << ''
end