class S3Index::Index
Model containing S3 file metadata. All files uploaded by `S3Index.upload!` will be registered here for easy querying.
Public Instance Methods
download!(**args)
click to toggle source
# File lib/s3_index/index.rb, line 8 def download!(**args) ::S3Index.download!(index: self, **args) end