class ACIrb::ResCtx

Public Instance Methods

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