Method: Pdfcrowd::HtmlToImageClient#setHttpAuth

Defined in:
lib/pdfcrowd.rb

#setHttpAuth(user_name, password) ⇒ Object



2371
2372
2373
2374
2375
# File 'lib/pdfcrowd.rb', line 2371

def setHttpAuth(user_name, password)
    setHttpAuthUserName(user_name)
    setHttpAuthPassword(password)
    self
end