class ACIrb::FvDEp

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fv.rb, line 2781
def rn
  'dep-' << @attributes['mac'] << '-encap-[' << @attributes['encap'] << ']'
end