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.



40
41
42
# File 'lib/paperclip/upfile.rb', line 40

def content_type
  @content_type
end

#fingerprintObject

Returns the value of attribute fingerprint.



40
41
42
# File 'lib/paperclip/upfile.rb', line 40

def fingerprint
  @fingerprint
end

#original_filenameObject

Returns the value of attribute original_filename.



40
41
42
# File 'lib/paperclip/upfile.rb', line 40

def original_filename
  @original_filename
end