Method: Kickflow::OrganizationChart#hash

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

#hashInteger

Calculates hash code according to all attributes.



238
239
240
# File 'lib/kickflow/models/organization_chart.rb', line 238

def hash
  [id, name, current, teams_count, memberships_count, created_at, updated_at, activation_plan].hash
end