Class: Net::BER::BerIdentifiedArray
Overview
An Array object with a BER identifier attached.
Instance Attribute Summary collapse
-
#ber_identifier ⇒ Object
Returns the value of attribute ber_identifier.
Instance Method Summary collapse
-
#initialize(*args) ⇒ BerIdentifiedArray
constructor
A new instance of BerIdentifiedArray.
Methods included from Extensions::Array
#to_ber, #to_ber_appsequence, #to_ber_contextspecific, #to_ber_oid, #to_ber_set
Constructor Details
#initialize(*args) ⇒ BerIdentifiedArray
Returns a new instance of BerIdentifiedArray.
258 259 260 |
# File 'lib/net/ber.rb', line 258 def initialize(*args) super end |
Instance Attribute Details
#ber_identifier ⇒ Object
Returns the value of attribute ber_identifier.
256 257 258 |
# File 'lib/net/ber.rb', line 256 def ber_identifier @ber_identifier end |