class ACIrb::EqptcapFan

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/eqptcap.rb, line 75
def rn
  'fan-' << @attributes['vendor'] << '-model-' << @attributes['model'] << '-version-' << @attributes['version'] << ''
end