class ACIrb::L1capProv

Public Instance Methods

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