Skip to content

Commit c478bb9

Browse files
committed
Add new field 'teachers' to TimetableSlot
1 parent f843f56 commit c478bb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/kosapi_client/entity/timetable_slot.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class TimetableSlot
1313
map_data :start_time, Time
1414
map_data :end_time, Time
1515
map_data :weeks, String
16+
map_data :teachers, [Link], element: :teacher
1617

1718
end
1819
end

0 commit comments

Comments
 (0)