Sha256: 7c6494a1278faf487c8005ddf7beee0fdf72a45b6cdf8cfea4b126bbd775e3e0
Contents?: true
Size: 308 Bytes
Versions: 2
Compression:
Stored size: 308 Bytes
Contents
module IVLE module Workbin def workbins(course_id, duration=0, workbin_id=nil, title_only=false) api 'Workbins', courseid: course_id, duration: duration, workbinid: workbin_id, titleonly: title_only end def download_file(id) api 'downloadfile', id: id end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
IVLE-0.0.2 | lib/IVLE/api/workbin.rb |
IVLE-0.0.1 | lib/IVLE/api/workbin.rb |