Method: AsposePdfCloud::ChoiceField#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



308
309
310
# File 'lib/aspose_pdf_cloud/models/choice_field.rb', line 308

def hash
  [links, partial_name, full_name, rect, value, page_index, height, width, z_index, is_group, parent, is_shared_field, flags, color, contents, margin, highlighting, horizontal_alignment, vertical_alignment, border, multi_select, selected].hash
end