Module: ActiveLdap::Helper

Defined in:
lib/active_ldap/helper.rb

Instance Method Summary collapse

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

#ldap_syntax_description_gettext(syntax) ⇒ Object Also known as: lsd_



28
29
30
# File 'lib/active_ldap/helper.rb', line 28

def ldap_syntax_description_gettext(syntax)
  Base.human_syntax_description(syntax)
end

#ldap_syntax_name_gettext(syntax) ⇒ Object Also known as: ls_



23
24
25
# File 'lib/active_ldap/helper.rb', line 23

def ldap_syntax_name_gettext(syntax)
  Base.human_syntax_name(syntax)
end