Class: Net::BER::BerIdentifiedArray
Instance Attribute Summary collapse
-
#ber_identifier ⇒ Object
Returns the value of attribute ber_identifier.
Instance Method Summary collapse
-
#initialize ⇒ BerIdentifiedArray
constructor
A new instance of BerIdentifiedArray.
Methods inherited from Array
#to_ber, #to_ber_appsequence, #to_ber_contextspecific, #to_ber_oid, #to_ber_sequence, #to_ber_set
Constructor Details
#initialize ⇒ BerIdentifiedArray
Returns a new instance of BerIdentifiedArray.
48 49 50 |
# File 'lib/net/ber.rb', line 48 def initialize super end |
Instance Attribute Details
#ber_identifier ⇒ Object
Returns the value of attribute ber_identifier.
47 48 49 |
# File 'lib/net/ber.rb', line 47 def ber_identifier @ber_identifier end |