Class: Ldaptic::Syntaxes::DN

Inherits:
Abstract show all
Defined in:
lib/ldaptic/syntaxes.rb

Constant Summary

Constants inherited from Abstract

Abstract::PRINTABLE

Instance Method Summary collapse

Methods inherited from Abstract

#error, #format, format, #initialize, parse, #printable?

Constructor Details

This class inherits a constructor from Ldaptic::Syntaxes::Abstract

Instance Method Details

#parse(string) ⇒ Object



173
174
175
# File 'lib/ldaptic/syntaxes.rb', line 173

def parse(string)
  ::Ldaptic::DN(string, @object).freeze
end