class ACIrb::ResReqCtx

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/res.rb, line 224
def rn
  'reqctx-' << @attributes['ctxType'] << '-' << @attributes['ctx'] << ''
end