struct Shrine::UploadedFile::Mapper

Included Modules

Defined in:

shrine/uploaded_file.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, storage_key : String, metadata : Hash(String, Int16 | Int32 | Int64 | String | UInt16 | UInt32 | UInt64 | Nil)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def id : String #

[View source]
def metadata : MetadataType #

[View source]
def storage_key : String #

[View source]