class OwO::UploadedFile
- OwO::UploadedFile
- Reference
- Object
Overview
UploadedFile
contains data as to what files were uploaded to the API.
As of VERSION
0.1.0, UploadedFile#files
never has more than 1 item.
Defined in:
Constructors
Instance Method Summary
- #files : Array(UploadedFileData)
- #files=(_files : Array(UploadedFileData))
- #success : Bool
- #success=(_success : Bool)
- #to_json(json : JSON::Builder)