Hwaro::Services::ConversionResult
Inherits JSON::Serializable / Struct / Value / Object
Result of a conversion operation
Constructors
new(pull : JSON::PullParser)
Sourcenew(success : Bool = true, message : String = "", converted_count : Int32 = 0, skipped_count : Int32 = 0, error_count : Int32 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
converted_count
Sourceconverted_count=(converted_count : Int32)
Sourceerror_count
Sourceerror_count=(error_count : Int32)
Sourcemessage
Sourcemessage=(message : String)
Sourceskipped_count
Sourceskipped_count=(skipped_count : Int32)
Sourcesuccess
Sourcesuccess=(success : Bool)
Source