class

Verisum::App::CheckResult

Inherits Reference < Object

Constructors

new(total : UInt64 = 0, pass : UInt64 = 0, mismatch : UInt64 = 0, error : UInt64 = 0)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

Source
error
Source
error=(error : UInt64)
Source
mismatch
Source
mismatch=(mismatch : UInt64)
Source
pass
Source
pass=(pass : UInt64)
Source
to_h
Source
to_s(io) : Nil
Source
total
Source
total=(total : UInt64)
Source