class BER::BerIdentifiedArray

Wrapper around an Array

@see BER::Function.parse_ber_object

Attributes

ber_identifier[RW]

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/ber/identified/array.rb, line 10
def initialize(*args)
  super
end