Class: Nori::StringIOFile

Inherits:
StringIO
  • Object
show all
Defined in:
lib/nori/string_io_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeObject

Returns the value of attribute content_type.



4
5
6
# File 'lib/nori/string_io_file.rb', line 4

def content_type
  @content_type
end

#original_filenameObject

Returns the value of attribute original_filename.



4
5
6
# File 'lib/nori/string_io_file.rb', line 4

def original_filename
  @original_filename
end