struct

Hwaro::Services::ConversionResult

Inherits JSON::Serializable / Struct / Value / Object

Result of a conversion operation

Constructors

new(pull : JSON::PullParser)
Source
new(success : Bool = true, message : String = "", converted_count : Int32 = 0, skipped_count : Int32 = 0, error_count : Int32 = 0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

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