Class: Net::BER::BerIdentifiedArray

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Array

#to_ber, #to_ber_appsequence, #to_ber_contextspecific, #to_ber_oid, #to_ber_sequence, #to_ber_set

Constructor Details

#initializeBerIdentifiedArray

Returns a new instance of BerIdentifiedArray.



47
48
49
# File 'lib/net/ber.rb', line 47

def initialize
  super
end

Instance Attribute Details

#ber_identifierObject

Returns the value of attribute ber_identifier.



46
47
48
# File 'lib/net/ber.rb', line 46

def ber_identifier
  @ber_identifier
end