class ACIrb::L3capRule

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/l3cap.rb, line 55
def rn
  'l3caprule-[' << @attributes['subj'] << ']-scope-' << @attributes['scope'] << '-type-' << @attributes['type'] << ''
end