shrine
master
Shrine
Attacher
ClassMethods
InstanceMethods
ClassMethods
Error
FileNotFound
HabitatSettings
InstanceMethods
InvalidFile
NotCached
Plugins
AddMetadata
InstanceMethods
Column
AttacherClassMethods
AttacherMethods
BaseSerializer
JsonSerializer
DetermineMimeType
ClassMethods
InstanceMethods
MimeTypeAnalyzer
Tools
StoreDimensions
ClassMethods
DimensionsAnalyzer
FileMethods
IdentifyAnalyzer
InstanceMethods
Tools
PluginSettings
Storage
Base
FileSystem
Memory
S3
UploadedFile
Mapper
MetadataType
struct
Shrine::UploadedFile::Mapper
Shrine::UploadedFile::Mapper
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
shrine/uploaded_file.cr
Constructors
.new
(id, storage_key, metadata)
.new
(pull : JSON::PullParser)
Instance Method Summary
#id
: String
#metadata
: MetadataType
#storage_key
: String
Constructor Detail
def self.
new
(id, storage_key, metadata)
#
[
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
]