Class: StringIO

Inherits:
Object
  • Object
show all
Defined in:
lib/paperclip/upfile.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeObject

Returns the value of attribute content_type.



36
37
38
# File 'lib/paperclip/upfile.rb', line 36

def content_type
  @content_type
end

#original_filenameObject

Returns the value of attribute original_filename.



36
37
38
# File 'lib/paperclip/upfile.rb', line 36

def original_filename
  @original_filename
end