class ACIrb::CtxApplication

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ctx.rb, line 24
def rn
  'svc-' << @attributes['name'] << '-id-' << @attributes['id'] << ''
end