class Assembly::TeachingGroup

Public Instance Methods

students(params={}) click to toggle source
# File lib/assembly/models/teaching_group.rb, line 6
def students(params={})
  response = client.get(path + '/students', params)
  Util.build(response, client)
end