# File lib/active_ldap/ldif.rb, line 900 def ==(other) other.is_a?(self.class) and @type == other.type and full_attribute_name == other.full_attribute_name and Attributes.normalize(@attributes) == Attributes.normalize(other.attributes) end
# File lib/active_ldap/ldif.rb, line 887 def delete? @type == "delete" end
# File lib/active_ldap/ldif.rb, line 879 def full_attribute_name [@attribute, *@options].join(";") end
Generated with the Darkfish Rdoc Generator 2.