Class: Net::BER::BerIdentifiedString

Inherits:
String
  • Object
show all
Defined in:
lib/net/ber.rb

Constant Summary

Constants included from BERParser

Net::BER::BERParser::BuiltinSyntax, Net::BER::BERParser::TagClasses

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from String

#read_ber, #read_ber!, #to_ber, #to_ber_application_string, #to_ber_contextspecific

Methods included from BERParser

#read_ber, #read_ber_from_string

Constructor Details

#initialize(args) ⇒ BerIdentifiedString

Returns a new instance of BerIdentifiedString.



40
41
42
# File 'lib/net/ber.rb', line 40

def initialize args
  super args
end

Instance Attribute Details

#ber_identifierObject

Returns the value of attribute ber_identifier.



39
40
41
# File 'lib/net/ber.rb', line 39

def ber_identifier
  @ber_identifier
end