Class: Net::BER::BerIdentifiedString
Constant Summary
Constants included from BERParser
Net::BER::BERParser::BuiltinSyntax, Net::BER::BERParser::TagClasses
Instance Attribute Summary collapse
-
#ber_identifier ⇒ Object
Returns the value of attribute ber_identifier.
Instance Method Summary collapse
-
#initialize(args) ⇒ BerIdentifiedString
constructor
A new instance of BerIdentifiedString.
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_identifier ⇒ Object
Returns the value of attribute ber_identifier.
39 40 41 |
# File 'lib/net/ber.rb', line 39 def ber_identifier @ber_identifier end |