class Assembly::RegistrationGroup
Public Instance Methods
students(params={})
click to toggle source
# File lib/assembly/models/registration_group.rb, line 6 def students(params={}) response = client.get(path + '/students', params) Util.build(response, client) end