class ACIrb::RelnRelTaskCont

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/reln.rb, line 349
def rn
  'rcont-' << @attributes['name'] << '-' << @attributes['txId'] << ''
end