Method: Pdfcrowd::HtmlToImageClient#setHttpAuthPassword
- Defined in:
- lib/pdfcrowd.rb
#setHttpAuthPassword(password) ⇒ Object
2365 2366 2367 2368 |
# File 'lib/pdfcrowd.rb', line 2365 def setHttpAuthPassword(password) @fields['http_auth_password'] = password self end |