class ACIrb::IsisDomLvl

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/isis.rb, line 312
def rn
  'lvl-' << @attributes['type'] << ''
end