struct Shrine::UploadedFile::Mapper
- Shrine::UploadedFile::Mapper
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
shrine/uploaded_file.crConstructors
- .new(id : String, storage_key : String, metadata : Hash(String, Int16 | Int32 | Int64 | String | UInt16 | UInt32 | UInt64 | Nil))
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(id : String, storage_key : String, metadata : Hash(String, Int16 | Int32 | Int64 | String | UInt16 | UInt32 | UInt64 | Nil))
#