Method: ACIrb::EqptcapPort#rn
- Defined in:
- lib/acirb/eqptcap.rb
#rn ⇒ Object
203 204 205 |
# File 'lib/acirb/eqptcap.rb', line 203 def rn 'port-' << @attributes['vendor'] << '-model-' << @attributes['model'] << '-version-' << @attributes['version'] << '' end |