class ACIrb::StpUnAllocEncapBlkDef

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/stp.rb, line 706
def rn
  'unallocencapblkdef-' << @attributes['from'] << '-' << @attributes['to'] << ''
end