class Verisum::App::CheckResult

Defined in:

verisum/app/check_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(total : UInt64 = 0, pass : UInt64 = 0, mismatch : UInt64 = 0, error : UInt64 = 0) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

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


[View source]
def error : UInt64 #

[View source]
def error=(error : UInt64) #

[View source]
def mismatch : UInt64 #

[View source]
def mismatch=(mismatch : UInt64) #

[View source]
def pass : UInt64 #

[View source]
def pass=(pass : UInt64) #

[View source]
def to_h #

[View source]
def to_s(io) : Nil #

[View source]
def total : UInt64 #

[View source]
def total=(total : UInt64) #

[View source]