class Coffee::Progress
- Coffee::Progress
- Reference
- Object
Defined in:
coffee/progress.crConstructors
Instance Method Summary
- #added_failure
- #added_invalid
- #added_matched
- #added_mismatch
- #added_position
- #failure : BigInt
- #failure=(failure : BigInt)
- #flush_total(size : BigInt | Int32)
- #invalid : BigInt
- #invalid=(invalid : BigInt)
- #matched : BigInt
- #matched=(matched : BigInt)
- #mismatch : BigInt
- #mismatch=(mismatch : BigInt)
- #position : BigInt
- #position=(position : BigInt)
- #total : BigInt | Int32
- #total=(total : BigInt | Int32)