class ACIrb::FrmwrkPEDeliveryDest

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/frmwrk.rb, line 392
def rn
  'pedest-' << @attributes['svc'] << '-' << @attributes['shard'] << '-' << @attributes['systemId'] << '-' << @attributes['systemType'] << ''
end