method

to_s

rails latest stable - Class: ActionDispatch::Http::ContentDisposition
to_s()
public

No documentation available.

# File actionpack/lib/action_dispatch/http/content_disposition.rb, line 29
      def to_s
        if filename
          "#{disposition}; #{ascii_filename}; #{utf8_filename}"
        else
          "#{disposition}"
        end
      end