class ACIrb::FabricGroupRef

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fabric.rb, line 3372
def rn
  'grpref-' << @attributes['nodeId'] << '-' << @attributes['lsNodeId'] << ''
end