Class: DAP::ChecksumAlgorithm

Inherits:
Enum
  • Object
show all
Defined in:
lib/dap/checksum_algorithm.rb

Overview

Names of checksum algorithms that may be supported by a debug adapter.

Constant Summary collapse

MD5 =
new('MD5')
SHA1 =
new('SHA1')
SHA256 =
new('SHA256')
TIMESTAMP =
new('timestamp')

Method Summary

Methods inherited from Enum

from, #to_s, #to_wire