Method: Kickflow::GradeCreateBody#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



198
199
200
# File 'lib/kickflow/models/grade_create_body.rb', line 198

def hash
  [name, level, code].hash
end