Method: Mechanize::Download#filename

Defined in:
lib/mechanize/download.rb

#filenameObject

The filename for this file based on the content-disposition of the response or the basename of the URL

[View source]

17
18
19
# File 'lib/mechanize/download.rb', line 17

def filename
  @filename
end