class ACIrb::VnsMDevMgr
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/vns.rb, line 4426 def rn 'mDevMgr-' << @attributes['vendor'] << '-' << @attributes['model'] << '-' << @attributes['version'] << '' end