class

Memvid::VerificationReport

Inherits JSON::Serializable < Reference < Object

Verification report.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

checks
Source
checks=(checks : Array(VerificationCheck))
Source
failed?

Returns true if verification failed.

Source
failed_checks

Returns checks that failed.

Source
file_path
Source
file_path=(file_path : String)
Source
overall_status
Source
overall_status=(overall_status : VerificationStatus)
Source
passed?

Returns true if verification passed.

Source