Sha256: 06b4c344dece35e21f767ec3fefd7b3612f6081f5ee3055d9f2a0d1ac50ae7a6
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
require_relative 'checksum_algorithm' # The checksum of an item calculated by the specified algorithm. class DAP::Checksum < DAP::Base # The algorithm used to calculate this checksum. property :algorithm, as: DAP::ChecksumAlgorithm # Value of the checksum. property :checksum, as: 'string' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.3 | lib/dap/checksum.rb |