class ACIrb::SvccoreCtrlr
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/svccore.rb, line 141 def rn 'ctrlr-' << @attributes['ctrlrId'] << '-svc-' << @attributes['svcName'] << '-ts-' << @attributes['createTime'] << '' end