struct

Mangrullo::ResultProcessor::Summary

Inherits Struct < Value < Object

Summary information for container operations

Constructors

new(total : Int32, updated : Int32, errors : Int32, up_to_date : Int32, error_messages : Array(String) = [] of String)
Source

Instance methods

error_messages
Source
error_messages=(error_messages : Array(String))
Source
errors
Source
errors=(errors : Int32)
Source
total
Source
total=(total : Int32)
Source
up_to_date
Source
up_to_date=(up_to_date : Int32)
Source
updated
Source
updated=(updated : Int32)
Source