Method: Kickflow::Team#hash

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

#hashInteger

Calculates hash code according to all attributes.



281
282
283
# File 'lib/kickflow/models/team.rb', line 281

def hash
  [id, name, full_name, code, approve_only, users_count, created_at, updated_at].hash
end