Method: Treequel::Model#modification_ldif

Defined in:
lib/treequel/model.rb

#modification_ldifObject

Return the pending modifications for the object as an LDIF string.



480
481
482
483
# File 'lib/treequel/model.rb', line 480

def modification_ldif
	mods = self.modifications
	return LDAP::LDIF.mods_to_ldif( self.dn, mods )
end