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