Class: BER::BerIdentifiedNull
- Inherits:
-
Object
- Object
- BER::BerIdentifiedNull
- Defined in:
- lib/ber/identified/null.rb
Instance Attribute Summary collapse
-
#ber_identifier ⇒ Object
Returns the value of attribute ber_identifier.
Instance Method Summary collapse
Instance Attribute Details
#ber_identifier ⇒ Object
Returns the value of attribute ber_identifier.
5 6 7 |
# File 'lib/ber/identified/null.rb', line 5 def ber_identifier @ber_identifier end |
Instance Method Details
#to_ber ⇒ Object
7 8 9 |
# File 'lib/ber/identified/null.rb', line 7 def to_ber "\005\000" end |