class ACIrb::FrmwrkCtrlrDeliveryDest

Public Instance Methods

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