class ACIrb::CompVNic

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/comp.rb, line 8013
def rn
  'vnic-' << @attributes['mac'] << ''
end