Class: Net::BER::BerIdentifiedArray

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

Overview

An Array object with a BER identifier attached.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_identifierObject

Returns the value of attribute ber_identifier.



256
257
258
# File 'lib/net/ber.rb', line 256

def ber_identifier
  @ber_identifier
end