class
Verisum::App::CheckResult
- Verisum::App::CheckResult
- Reference
- Object
Defined in:
verisum/app/check_result.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #error : UInt64
- #error=(error : UInt64)
- #mismatch : UInt64
- #mismatch=(mismatch : UInt64)
- #pass : UInt64
- #pass=(pass : UInt64)
- #to_h
- #to_s(io) : Nil
- #total : UInt64
- #total=(total : UInt64)
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.