class ACIrb::VzCreatedBy

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vz.rb, line 1186
def rn
  'by-[' << @attributes['ownerDn'] << ']'
end