new Semester(registration_code, registration_id)
Class which contains Semester info
Parameters:
Name | Type | Description |
---|---|---|
registration_code |
string | Registration code of the semester |
registration_id |
string | Registration ID of the semester |
- Source:
Methods
(static) from_json(resp) → {Semester}
Static method to create a Semester from a JSON object
Parameters:
Name | Type | Description |
---|---|---|
resp |
object | JSON object representing Semester |
- Source:
Returns:
A new Semester instance
- Type
- Semester