class ACIrb::IdentReleaseInst

Public Instance Methods

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