Class: S3Index::Index

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/s3_index/index.rb

Overview

Model containing S3 file metadata. All files uploaded by ‘S3Index.upload!` will be registered here for easy querying.

Instance Method Summary collapse

Instance Method Details

#download!(**args) ⇒ Object



8
9
10
# File 'lib/s3_index/index.rb', line 8

def download!(**args)
  ::S3Index.download!(index: self, **args)
end