class ACIrb::RecoveryReconcileLoc

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/recovery.rb, line 132
def rn
  'recloc-' << @attributes['svc'] << '-' << @attributes['shard'] << ''
end