# File lib/active_ldap/ldif.rb, line 716
        def to_hash
          {
            :type => @type,
            :criticality => @criticality,
            :value => @value,
          }
        end