Class: ActivestorageDelayed::DelayedUpload
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ActivestorageDelayed::DelayedUpload
- Defined in:
- lib/activestorage-delayed/models/delayed_upload.rb
Instance Attribute Summary collapse
-
#tmp_files ⇒ Object
Returns the value of attribute tmp_files.
Instance Attribute Details
#tmp_files ⇒ Object
Returns the value of attribute tmp_files.
11 12 13 |
# File 'lib/activestorage-delayed/models/delayed_upload.rb', line 11 def tmp_files @tmp_files end |