class Net::BER::BerIdentifiedString
A String object with a BER identifier attached.
Attributes
ber_identifier[RW]
Public Class Methods
new(args)
click to toggle source
Calls superclass method
# File lib/net/ber.rb, line 297 def initialize args super args # LDAP uses UTF-8 encoded strings self.encode('UTF-8') if self.respond_to?(:encoding) rescue self end