class ACIrb::IdentContextElement

Public Instance Methods

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