Method: FlatApi::GoogleClassroomCoursework#hash

Defined in:
lib/flat_api/models/google_classroom_coursework.rb

#hashFixnum

Calculates hash code according to all attributes.



99
100
101
# File 'lib/flat_api/models/google_classroom_coursework.rb', line 99

def hash
  [id, state, alternate_link].hash
end