struct

Hwaro::Services::Exporters::ExportResult

Inherits Struct / Value / Object

Constructors

new(success : Bool = true, message : String = "", exported_count : Int32 = 0, skipped_count : Int32 = 0, error_count : Int32 = 0)
Source

Instance methods

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