class ACIrb::FrmwrkOEDeliveryDest
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/frmwrk.rb, line 307 def rn 'oedest-' << @attributes['svc'] << '-' << @attributes['shard'] << '-' << @attributes['systemId'] << '-' << @attributes['systemType'] << '' end