class ACIrb::VnsGraphInst

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vns.rb, line 3629
def rn
  'GraphInst_C-[' << @attributes['ctrctDn'] << ']-G-[' << @attributes['graphDn'] << ']-S-[' << @attributes['scopeDn'] << ']'
end