class ACIrb::InfraClSzEqObst

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/infra.rb, line 846
def rn
  'clSzEqObst-' << @attributes['opClSz'] << '-' << @attributes['clGmChngDir'] << '-' << @attributes['cseoReason'] << '-' << @attributes['ctrlrId'] << '-' << @attributes['svcId'] << '-' << @attributes['shrdId'] << '-' << @attributes['rplId'] << ''
end