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