Skip to content

Commit

Permalink
PLS-4143 add ext field for students[3]
Browse files Browse the repository at this point in the history
  • Loading branch information
yratanov committed Nov 23, 2022
1 parent 44da8af commit 5a26981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/clever-ruby/models/student.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def self.swagger_types
:'student_number' => :'String',
:'unweighted_gpa' => :'String',
:'weighted_gpa' => :'String',
:'ext' => :'Hash',
:'ext' => :'Object',
}
end

Expand Down Expand Up @@ -388,7 +388,7 @@ def eql?(o)
# Calculates hash code according to all attributes.
# @return [Fixnum] Hash code
def hash
[created, credentials, district, dob, ell_status, email, gender, grade, graduation_year, hispanic_ethnicity, home_language, id, iep_status, last_modified, location, name, race, school, schools, sis_id, state_id, student_number, unweighted_gpa, weighted_gpa].hash
[created, credentials, district, dob, ell_status, email, gender, grade, graduation_year, hispanic_ethnicity, home_language, id, iep_status, last_modified, location, name, race, school, schools, sis_id, state_id, student_number, unweighted_gpa, weighted_gpa, ext].hash
end

# Builds the object from hash
Expand Down
2 changes: 1 addition & 1 deletion lib/clever-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module Clever
VERSION = '2.1.2'
VERSION = '2.1.3'
end

0 comments on commit 5a26981

Please sign in to comment.