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_control, #to_ber_oid, #to_ber_set
Constructor Details
#initialize(*args) ⇒ BerIdentifiedArray
Returns a new instance of BerIdentifiedArray.
261 262 263 |
# File 'lib/net/ber.rb', line 261 def initialize(*args) super end |
Instance Attribute Details
#ber_identifier ⇒ Object
Returns the value of attribute ber_identifier.
259 260 261 |
# File 'lib/net/ber.rb', line 259 def ber_identifier @ber_identifier end |