class ACIrb::L3capProv

Public Instance Methods

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