Method: AsposePdfCloud::CaretAnnotationResponse#hash

Defined in:
lib/aspose_pdf_cloud/models/caret_annotation_response.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



114
115
116
# File 'lib/aspose_pdf_cloud/models/caret_annotation_response.rb', line 114

def hash
  [code, status, annotation].hash
end