Hwaro::Services::Importers::ImportResult
Inherits Struct / Value / Object
Constructors
new(success : Bool = true, message : String = "", imported_count : Int32 = 0, skipped_count : Int32 = 0, error_count : Int32 = 0)
SourceInstance methods
error_count
Sourceerror_count=(error_count : Int32)
Sourceimported_count
Sourceimported_count=(imported_count : Int32)
Sourcemessage
Sourcemessage=(message : String)
Sourceskipped_count
Sourceskipped_count=(skipped_count : Int32)
Sourcesuccess
Sourcesuccess=(success : Bool)
Source