class ACIrb::ConfigSubJob

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/config.rb, line 851
def rn
  'job-' << @attributes['type'] << '-shard-' << @attributes['destShard'] << ''
end