class ACIrb::FabricLagId

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fabric.rb, line 4121
def rn
  'lagid-' << @attributes['funcP'] << '-' << @attributes['accBndlGrp'] << ''
end