class ACIrb::L2capRule

Public Instance Methods

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