Class: SimpleExcel::ExtStringIO
- Inherits:
-
StringIO
- Object
- StringIO
- SimpleExcel::ExtStringIO
- Defined in:
- lib/simple-excel/ext_string_io.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#original_filename ⇒ String
Original filename with extension.
Instance Attribute Details
#filepath ⇒ Object
3 4 5 |
# File 'lib/simple-excel/ext_string_io.rb', line 3 def filepath @filepath end |
Instance Method Details
#original_filename ⇒ String
Returns Original filename with extension.
6 7 8 |
# File 'lib/simple-excel/ext_string_io.rb', line 6 def original_filename File.basename(filepath) end |