Revision 46d859e0
Added by Marc Dequènes about 14 years ago
- ID 46d859e07f9f900286bf0b694bbb1309c02fc2f8
lib/ldap_shadows/elements/object.rb | ||
---|---|---|
aspects.values.each do |aspect|
|
||
list += aspect.virtual_attributes
|
||
end
|
||
list
|
||
end
|
||
|
||
# return nil if not found
|
||
... | ... | |
info = aspect.virtual_attribute_info(attr)
|
||
return info unless info.nil?
|
||
end
|
||
|
||
nil
|
||
end
|
||
|
||
def handle
|
Also available in: Unified diff
[fix] correct _attribute_info return values