# File lib/active_ldap/ldif.rb, line 695 def ==(other) super(other) and @controls = other.controls and @change_type == other.change_type end
# File lib/active_ldap/ldif.rb, line 675 def add? @change_type == "add" end
# File lib/active_ldap/ldif.rb, line 679 def delete? @change_type == "delete" end
# File lib/active_ldap/ldif.rb, line 683 def modify? @change_type == "modify" end
Generated with the Darkfish Rdoc Generator 2.