Method: Pdfcrowd::Error#getCode

Defined in:
lib/pdfcrowd.rb

#getCodeObject



74
75
76
77
# File 'lib/pdfcrowd.rb', line 74

def getCode()
    warn "[DEPRECATION] `getCode` is obsolete and will be removed in future versions. Use `getStatusCode` instead."
    @http_code
end