Method: AsposePdfCloud::SignatureCustomAppearance#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



219
220
221
# File 'lib/aspose_pdf_cloud/models/signature_custom_appearance.rb', line 219

def hash
  [font_family_name, font_size, show_contact_info, show_reason, show_location, contact_info_label, reason_label, location_label, digital_signed_label, date_signed_at_label, date_time_local_format, date_time_format].hash
end