Class: Ldaptic::Syntaxes::OctetString
- Defined in:
- lib/ldaptic/syntaxes.rb
Constant Summary
Constants inherited from Abstract
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
250 251 252 |
# File 'lib/ldaptic/syntaxes.rb', line 250 def parse(string) string end |