fluminus v1.3.1 Fluminus.API.Module.Lesson View Source

Provides an abstraction over a lesson plan in LumiNUS, and operations possible on them using LumiNUS API.

Struct fields:

  • :id - id of the lesson plan
  • :name - name of the lesson plan
  • :week - which week the lesson plan is for
  • :module_id - the module id to which the lesson plan is from.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Fluminus.API.Module.Lesson{
  id: String.t(),
  module_id: String.t(),
  name: String.t(),
  week: String.t()
}

Link to this section Functions