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.



45
46
47
# File 'lib/paperclip/upfile.rb', line 45

def content_type
  @content_type
end

#original_filenameObject

Returns the value of attribute original_filename.



45
46
47
# File 'lib/paperclip/upfile.rb', line 45

def original_filename
  @original_filename
end