Method: AsposePdfCloud::Error#hash
- Defined in:
- lib/aspose_pdf_cloud/models/error.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
119 120 121 |
# File 'lib/aspose_pdf_cloud/models/error.rb', line 119 def hash [code, , description, inner_error].hash end |