class ACIrb::Ospfv3Area

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ospfv3.rb, line 97
def rn
  'area-' << @attributes['id'] << ''
end