Method: Mechanize::Download#filename
- Defined in:
- lib/mechanize/download.rb
permalink #filename ⇒ Object
The filename for this file based on the content-disposition of the response or the basename of the URL
17 18 19 |
# File 'lib/mechanize/download.rb', line 17 def filename @filename end |