Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
clamd
master
Clamd
Connection
Error
Result
Status
Generated using Crystal 1.16.3
2025-12-24 13:44:35 UTC
struct
Clamd::
Result
Clamd::Result
Struct
Value
Object
Defined in:
clamd/result.cr
Constructors
.new
(status : Clamd::Status, filename : String, signature : Nil | String =
nil
)
Instance Method Summary
#filename
: String
#signature
: String | Nil
#status
: Status
Constructor Detail
def self.
new
(status :
Clamd::Status
, filename : String, signature : Nil | String =
nil
)
#
[
View source
]
Instance Method Detail
def
filename
: String
#
[
View source
]
def
signature
: String | Nil
#
[
View source
]
def
status
:
Status
#
[
View source
]