class Coffee::Progress

Defined in:

coffee/progress.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(total : BigInt | Int32) #

[View source]

Instance Method Detail

def added_failure #

[View source]
def added_invalid #

[View source]
def added_matched #

[View source]
def added_mismatch #

[View source]
def added_position #

[View source]
def failure : BigInt #

[View source]
def failure=(failure : BigInt) #

[View source]
def flush_total(size : BigInt | Int32) #

[View source]
def invalid : BigInt #

[View source]
def invalid=(invalid : BigInt) #

[View source]
def matched : BigInt #

[View source]
def matched=(matched : BigInt) #

[View source]
def mismatch : BigInt #

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

[View source]
def position : BigInt #

[View source]
def position=(position : BigInt) #

[View source]
def total : BigInt | Int32 #

[View source]
def total=(total : BigInt | Int32) #

[View source]