Class: Net::BER::BerIdentifiedNull

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#ber_identifierObject

Returns the value of attribute ber_identifier.



53
54
55
# File 'lib/net/ber.rb', line 53

def ber_identifier
  @ber_identifier
end

Instance Method Details

#to_berObject



54
55
56
# File 'lib/net/ber.rb', line 54

def to_ber
  "\005\000"
end