Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
Postmany
v0.4.1
Postmany
Adapters
CrystalHttpTransport
FiberWorkerPool
FilenameMimeResolver
IOFilenameSource
KernelSleeper
LocalFilesystem
SystemClock
TerminalOutput
Application
ProcessDownloadFile
ProcessFile
ProcessUploadFile
RunTransferBatch
Bootstrap
CommandLine
ExitRequested
Runner
Domain
BatchResult
Endpoint
Outcome
TransferContext
TransferMethod
Ports
Clock
FilenameSource
FileProcessor
Filesystem
HttpRequest
HttpResponse
HttpTransport
MimeResolver
Output
Sleeper
WorkerPool
Generated using Crystal 1.16.3
2026-02-21 16:43:23 UTC
struct
Postmany::
Domain::
BatchResult
Postmany::Domain::BatchResult
Struct
Value
Object
Defined in:
postmany/domain/batch_result.cr
Constructors
.new
(ok : Int32, skipped : Int32, total : Int32)
Instance Method Summary
#ok
: Int32
#skipped
: Int32
#total
: Int32
Constructor Detail
def self.
new
(ok : Int32, skipped : Int32, total : Int32)
#
[
View source
]
Instance Method Detail
def
ok
: Int32
#
[
View source
]
def
skipped
: Int32
#
[
View source
]
def
total
: Int32
#
[
View source
]