struct

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)
Source

Instance methods

error_count
Source
error_count=(error_count : Int32)
Source
imported_count
Source
imported_count=(imported_count : Int32)
Source
message
Source
message=(message : String)
Source
skipped_count
Source
skipped_count=(skipped_count : Int32)
Source
success
Source
success=(success : Bool)
Source