Class: Nori::StringIOFile
- Inherits:
-
StringIO
- Object
- StringIO
- Nori::StringIOFile
- Defined in:
- lib/nori/string_io_file.rb
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#original_filename ⇒ Object
Returns the value of attribute original_filename.
Instance Attribute Details
#content_type ⇒ Object
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_filename ⇒ Object
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 |