class ACIrb::IdentSubj

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ident.rb, line 1484
def rn
  'subj-' << @attributes['name'] << ''
end