class ACIrb::FabricCreatedBy

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fabric.rb, line 2837
def rn
  'source-[' << @attributes['creatorDn'] << ']'
end