| Module | ActiveLdap::Helper |
| In: |
lib/active_ldap/helper.rb
|
# File lib/active_ldap/helper.rb, line 8
8: def ldap_attribute_description_gettext(attribute)
9: Base.human_attribute_description(attribute)
10: end
# File lib/active_ldap/helper.rb, line 3 3: def ldap_attribute_name_gettext(attribute) 4: Base.human_attribute_name(attribute) 5: end
# File lib/active_ldap/helper.rb, line 18
18: def ldap_object_class_description_gettext(object_class)
19: Base.human_object_class_description(object_class)
20: end
# File lib/active_ldap/helper.rb, line 13
13: def ldap_object_class_name_gettext(object_class)
14: Base.human_object_class_name(object_class)
15: end
# File lib/active_ldap/helper.rb, line 28
28: def ldap_syntax_description_gettext(syntax)
29: Base.human_syntax_description(syntax)
30: end