Method: Phrase::ProjectUpdateParameters#hash
- Defined in:
- lib/phrase/models/project_update_parameters.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
331 332 333 |
# File 'lib/phrase/models/project_update_parameters.rb', line 331 def hash [account_id, name, point_of_contact, main_format, media, shares_translation_memory, project_image, remove_project_image, workflow, machine_translation_enabled, enable_branching, protect_master_branch, enable_all_data_type_translation_keys_for_translators, , zero_plural_form_enabled, autotranslate_enabled, autotranslate_check_new_translation_keys, autotranslate_check_new_uploads, autotranslate_check_new_locales, autotranslate_mark_as_unverified, autotranslate_use_machine_translation, autotranslate_use_translation_memory, default_encoding].hash end |