class BlackBoard::Dl::Client
- BlackBoard::Dl::Client
- Reference
- Object
Defined in:
blackboard-dl/client.crConstructors
Class Method Summary
-
.search_colleges(q : String)
Gets a list of available colleges on the Blackboard system.
Instance Method Summary
-
#fetch_attachment(course_name, week_name, materials)
Fetches an attachment for a given course.
-
#get_course_data(course_name : String, course_id : String)
Gets course data for a given course.
-
#get_courses
Gets the students courses.
-
#login
Signs the student into Blackboard.
Constructor Detail
Class Method Detail
Instance Method Detail
def get_course_data(course_name : String, course_id : String)
#
Gets course data for a given course.