Libraries
»
ruby-dap
(0.1.1)
»
Index (C)
»
DAP
»
ChecksumAlgorithm
Class: DAP::ChecksumAlgorithm
Inherits:
Enum
Object
Enum
DAP::ChecksumAlgorithm
show all
Defined in:
lib/dap/checksum_algorithm.rb
Constant Summary
collapse
MD5 =
new
(
'MD5'
)
SHA1 =
new
(
'SHA1'
)
SHA256 =
new
(
'SHA256'
)
TIMESTAMP =
new
(
'timestamp'
)
Method Summary
Methods inherited from
Enum
from
,
new
,
#to_s
,
#to_wire
,
values