Class: Lipsiadmin::StringIO

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeObject

Returns the value of attribute content_type.



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

def content_type
  @content_type
end

#original_filenameObject

Returns the value of attribute original_filename.



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

def original_filename
  @original_filename
end