Method: Kickflow::OrganizationChartDetail#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



245
246
247
# File 'lib/kickflow/models/organization_chart_detail.rb', line 245

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