Skip to content

Commit

Permalink
Added Person entity.
Browse files Browse the repository at this point in the history
  • Loading branch information
tszolar committed Aug 21, 2014
1 parent fa98809 commit ff944ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/kosapi_client/entity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
require 'kosapi_client/entity/timetable_slot'
require 'kosapi_client/entity/parallel'
require 'kosapi_client/entity/base_person'
require 'kosapi_client/entity/person'
require 'kosapi_client/entity/teacher'
require 'kosapi_client/entity/student'
10 changes: 10 additions & 0 deletions lib/kosapi_client/entity/person.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module KOSapiClient
module Entity
class Person < BasePerson

#todo roles/student
#todo roles/teacher

end
end
end

0 comments on commit ff944ad

Please sign in to comment.