Method: CrelateClient::CustomFormDefinition#hash

Defined in:
lib/crelate_client/models/custom_form_definition.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



154
155
156
# File 'lib/crelate_client/models/custom_form_definition.rb', line 154

def hash
  [id, form_type_id, name, layout, form_field_entities, is_active, color, form_name_prefix, verb_ids].hash
end