Method: DocuSign_eSign::Checkbox#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



960
961
962
# File 'lib/docusign_esign/models/checkbox.rb', line 960

def hash
  [anchor_allow_white_space_in_characters, , anchor_case_sensitive, , anchor_horizontal_alignment, , anchor_ignore_if_not_present, , anchor_match_whole_word, , anchor_string, , anchor_tab_processor_version, , anchor_units, , anchor_x_offset, , anchor_y_offset, , bold, , conditional_parent_label, , conditional_parent_value, , custom_tab_id, , document_id, , error_details, font, font_color, , , font_size, , form_order, , form_page_label, , form_page_number, , height, , italic, , locked, , merge_field, merge_field_xml, name, , page_number, , recipient_id, recipient_id_guid, , , required, , require_initial_on_shared_change, , selected, , shared, , smart_contract_information, status, , tab_group_labels, , tab_id, , tab_label, , tab_order, , tab_type, , template_locked, , template_required, , tooltip, , underline, , width, , x_position, , y_position, ].hash
end