Core class that handles uploading files to specified storage.
Included modules
Classes and Modules
- Shrine::ClassMethods
- Shrine::InstanceMethods
- Shrine::Plugins
- Shrine::Storage
- Shrine::VERSION
- Shrine::Attacher
- Shrine::Attachment
- Shrine::AttachmentChanged
- Shrine::DataFile
- Shrine::Derivation
- Shrine::DerivationEndpoint
- Shrine::DownloadEndpoint
- Shrine::Error
- Shrine::FileNotFound
- Shrine::InvalidFile
- Shrine::LintError
- Shrine::PresignEndpoint
- Shrine::RackFile
- Shrine::UploadEndpoint
- Shrine::UploadedFile
- Shrine::UrlSigner
Public Class methods
version()
[show source]
# File lib/shrine/version.rb 4 def self.version 5 Gem::Version.new VERSION::STRING 6 end