class ACIrb::EqptcapPsu

Public Instance Methods

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