# File lib/active_ldap/base.rb, line 632 def methods(inherited_too=true) ensure_apply_object_class target_names = @attribute_names.keys + @attribute_aliases.keys target_names -= ['objectClass', Inflector.underscore('objectClass')] super + target_names.uniq.collect do |x| [x, "#{x}=", "#{x}?", "#{x}_before_type_cast"] end.flatten end