class ACIrb::VnsLDevCtx

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vns.rb, line 3821
def rn
  'ldevCtx-c-' << @attributes['ctrctNameOrLbl'] << '-g-' << @attributes['graphNameOrLbl'] << '-n-' << @attributes['nodeNameOrLbl'] << ''
end