# File lib/active_ldap/ldif.rb, line 748 def ==(other) other.is_a?(self.class) and @type == other.type and @criticality = other.criticality and @value == other.value end
# File lib/active_ldap/ldif.rb, line 724 def criticality? @criticality end
# File lib/active_ldap/ldif.rb, line 728 def to_a [@type, @criticality, @value] end
Generated with the Darkfish Rdoc Generator 2.