class ACIrb::FabricLFPortS

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fabric.rb, line 4428
def rn
  'lefabports-' << @attributes['name'] << '-typ-' << @attributes['type'] << ''
end