module LOM::LDAP::Converters

Ensure that the Converters module exists.

NOTE: If the optional refinements provided by this modules are required,

they need to be defined/loaded before requiring this file
For example: require 'lom/ldap/converters'

Public Instance Methods

from_ldap(v) click to toggle source
# File lib/lom/ldap/converters.rb, line 21
def from_ldap(v)
    Integer(v)
end
to_ldap() click to toggle source
# File lib/lom/ldap/converters.rb, line 15
def to_ldap
    self.to_s
end