Class: File
- Inherits:
-
Object
- Object
- File
- Defined in:
- lib/http_requestor.rb
Instance Method Summary collapse
Instance Method Details
#content_type ⇒ Object
216 217 218 |
# File 'lib/http_requestor.rb', line 216 def content_type MIME::Types.type_for(original_filename).first end |
#original_filename ⇒ Object
212 213 214 |
# File 'lib/http_requestor.rb', line 212 def original_filename path.split("/").last end |