class ACIrb::L3Ctx

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/l3.rb, line 90
def rn
  'ctx-[' << @attributes['encap'] << ']'
end