Module: ActiveLdap::Helper
- Defined in:
- lib/active_ldap/helper.rb
Instance Method Summary collapse
- #ldap_attribute_description_gettext(attribute) ⇒ Object (also: #lad_)
- #ldap_attribute_name_gettext(attribute) ⇒ Object (also: #la_)
- #ldap_object_class_description_gettext(object_class) ⇒ Object (also: #locd_)
- #ldap_object_class_name_gettext(object_class) ⇒ Object (also: #loc_)
Instance Method Details
#ldap_attribute_description_gettext(attribute) ⇒ Object Also known as: lad_
8 9 10 |
# File 'lib/active_ldap/helper.rb', line 8 def ldap_attribute_description_gettext(attribute) Base.human_attribute_description(attribute) end |
#ldap_attribute_name_gettext(attribute) ⇒ Object Also known as: la_
3 4 5 |
# File 'lib/active_ldap/helper.rb', line 3 def ldap_attribute_name_gettext(attribute) Base.human_attribute_name(attribute) end |
#ldap_object_class_description_gettext(object_class) ⇒ Object Also known as: locd_
18 19 20 |
# File 'lib/active_ldap/helper.rb', line 18 def ldap_object_class_description_gettext(object_class) Base.human_object_class_description(object_class) end |
#ldap_object_class_name_gettext(object_class) ⇒ Object Also known as: loc_
13 14 15 |
# File 'lib/active_ldap/helper.rb', line 13 def ldap_object_class_name_gettext(object_class) Base.human_object_class_name(object_class) end |