# File lib/active_ldap/schema.rb, line 86 def attribute(name) cache([:attribute, name]) do Attribute.new(name, self) end end