Method: Kickflow::ExternalApiSettingMappingsInner#hash

Defined in:
lib/kickflow/models/external_api_setting_mappings_inner.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



150
151
152
# File 'lib/kickflow/models/external_api_setting_mappings_inner.rb', line 150

def hash
  [form_field, json_path, display_in_table, title].hash
end