Class: StringIO
- Inherits:
-
Object
- Object
- StringIO
- Defined in:
- lib/paperclip/upfile.rb
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#original_filename ⇒ Object
Returns the value of attribute original_filename.
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type.
36 37 38 |
# File 'lib/paperclip/upfile.rb', line 36 def content_type @content_type end |
#original_filename ⇒ Object
Returns the value of attribute original_filename.
36 37 38 |
# File 'lib/paperclip/upfile.rb', line 36 def original_filename @original_filename end |