# File lib/active_ldap/ldif.rb, line 695 695: def ==(other) 696: super(other) and 697: @controls = other.controls and 698: @change_type == other.change_type 699: end
# File lib/active_ldap/ldif.rb, line 675 675: def add? 676: @change_type == "add" 677: end
# File lib/active_ldap/ldif.rb, line 679 679: def delete? 680: @change_type == "delete" 681: end
# File lib/active_ldap/ldif.rb, line 683 683: def modify? 684: @change_type == "modify" 685: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.