class Tourmaline::InputFile

Overview

This object represents the contents of a file to be uploaded. Must be posted using multipart/form-data in the usual way that files are uploaded via the browser.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]