class ACIrb::VnsFolderInst
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/vns.rb, line 3387 def rn 'FI_C-' << @attributes['ctrctNameOrLbl'] << '-G-' << @attributes['graphNameOrLbl'] << '-F-' << @attributes['nodeNameOrLbl'] << '-N-' << @attributes['name'] << '' end