class ACIrb::L1capRule

Public Instance Methods

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