Method: LearnOpen::Lessons.lesson_types

Defined in:
lib/learn_open/lessons.rb

.lesson_typesObject



8
9
10
11
12
13
14
# File 'lib/learn_open/lessons.rb', line 8

def self.lesson_types
  [
      JupyterLesson,
      ReadmeLesson,
      IosLesson,
  ]
end