Method: Kickflow::GradeCreateBody#hash
- Defined in:
- lib/kickflow/models/grade_create_body.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
198 199 200 |
# File 'lib/kickflow/models/grade_create_body.rb', line 198 def hash [name, level, code].hash end |