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