Class: File

Inherits:
Object
  • Object
show all
Defined in:
lib/http_requestor.rb

Instance Method Summary collapse

Instance Method Details

#content_typeObject



156
157
158
# File 'lib/http_requestor.rb', line 156

def content_type
  MIME::Types.type_for(original_filename).first
end

#original_filenameObject



152
153
154
# File 'lib/http_requestor.rb', line 152

def original_filename
  path.split("/").last
end