Class: BER::BerIdentifiedNull

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#ber_identifierObject

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_berObject



7
8
9
# File 'lib/ber/identified/null.rb', line 7

def to_ber
  "\005\000"
end