Method: Kickflow::OrganizationChartDetail#hash
- Defined in:
- lib/kickflow/models/organization_chart_detail.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |