class OwO::UploadedFileData

Overview

UploadedFileData contains data to the actual files which were uploaded.

The following fields are in use:

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(hash, name, url, size) #

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

Instance Method Detail

def hash : String #

def hash=(_hash : String) #

def name : String #

def name=(_name : String) #

def size : Int64 #

def size=(_size : Int64) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #