Class: BER::BerIdentifiedArray
- Inherits:
-
Array
- Object
- Array
- BER::BerIdentifiedArray
- Defined in:
- lib/ber/identified/array.rb
Overview
Wrapper around an Array
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.
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_identifier ⇒ Object
Returns the value of attribute ber_identifier.
8 9 10 |
# File 'lib/ber/identified/array.rb', line 8 def ber_identifier @ber_identifier end |