Method: AsposePdfCloud::CaretAnnotationResponse#hash
- Defined in:
- lib/aspose_pdf_cloud/models/caret_annotation_response.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
114 115 116 |
# File 'lib/aspose_pdf_cloud/models/caret_annotation_response.rb', line 114 def hash [code, status, annotation].hash end |