Method: Tableau.module_info
- Defined in:
- lib/tableau.rb
.module_info(module_code) ⇒ Object
Return the Name, Code and Types (2Prac / PracA / PracB etc) from the timetable
18 19 20 |
# File 'lib/tableau.rb', line 18 def module_info(module_code) Tableau::ModuleParser.new(module_code).module_info end |