Method: DocuSign_eSign::DateStampProperties#hash

Defined in:
lib/docusign_esign/models/date_stamp_properties.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



108
109
110
# File 'lib/docusign_esign/models/date_stamp_properties.rb', line 108

def hash
  [date_area_height, date_area_width, date_area_x, date_area_y].hash
end