# File lib/active_ldap/schema.rb, line 92 def attributes cache([:attributes]) do names("attributeTypes").collect do |name| attribute(name) end end end