class ACIrb::VnsScriptRTInfo

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vns.rb, line 11552
def rn
  'scriptRTInfo-' << @attributes['mdevName'] << '-minorver-' << @attributes['minorversion'] << '-appln-' << @attributes['appliance'] << ''
end