Class: Paperclip::Attachment
- Inherits:
-
Object
- Object
- Paperclip::Attachment
- Defined in:
- lib/slices/paperclip.rb
Overview
This is a hack used to access Paperclip’s internal cache of attributes it reads from the attachment. Used as part of the file renaming code.
Instance Attribute Summary collapse
-
#_file_file_name ⇒ Object
Returns the value of attribute _file_file_name.
Instance Attribute Details
#_file_file_name ⇒ Object
Returns the value of attribute _file_file_name.
12 13 14 |
# File 'lib/slices/paperclip.rb', line 12 def _file_file_name @_file_file_name end |