Class: Ldaptic::Syntaxes::LDAPSyntaxDescription

Inherits:
Abstract
  • Object
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



242
243
244
# File 'lib/ldaptic/syntaxes.rb', line 242

def parse(string)
  Ldaptic::Schema::LdapSyntax.new(string)
end