# File lib/active_ldap/ldif.rb, line 900 900: def ==(other) 901: other.is_a?(self.class) and 902: @type == other.type and 903: full_attribute_name == other.full_attribute_name and 904: Attributes.normalize(@attributes) == 905: Attributes.normalize(other.attributes) 906: end
# File lib/active_ldap/ldif.rb, line 883 883: def add? 884: @type == "add" 885: end
# File lib/active_ldap/ldif.rb, line 887 887: def delete? 888: @type == "delete" 889: end
# File lib/active_ldap/ldif.rb, line 879 879: def full_attribute_name 880: [@attribute, *@options].join(";") 881: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.