Method: Pdfcrowd::HtmlToPdfClient#setHttpAuth

Defined in:
lib/pdfcrowd.rb

#setHttpAuth(user_name, password) ⇒ Object



1368
1369
1370
1371
1372
# File 'lib/pdfcrowd.rb', line 1368

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