class KOSapiClient::Resource::ParallelsBuilder
Public Instance Methods
students()
click to toggle source
# File lib/kosapi_client/resource/parallels_builder.rb, line 11 def students raise 'Call #find before asking for students' unless id_set? url_builder.set_path(id, 'students') self end