Class: BER::BerIdentifiedArray

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

Overview

Wrapper around an Array

See Also:

  • Function.parse_ber_object

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ BerIdentifiedArray

Returns a new instance of BerIdentifiedArray.



10
11
12
# File 'lib/ber/identified/array.rb', line 10

def initialize(*args)
  super
end

Instance Attribute Details

#ber_identifierObject

Returns the value of attribute ber_identifier.



8
9
10
# File 'lib/ber/identified/array.rb', line 8

def ber_identifier
  @ber_identifier
end