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