class ACIrb::IdentAllocInst

Public Instance Methods

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