Class: LearnOpen::Lessons::LabLesson

Inherits:
BaseLesson show all
Defined in:
lib/learn_open/lessons/lab_lesson.rb

Instance Attribute Summary

Attributes inherited from BaseLesson

#dot_learn, #environment_vars, #git_server, #id, #io, #later_lesson, #location, #logger, #name, #options, #organization, #platform, #repo_path, #system_adapter, #use_student_fork

Instance Method Summary collapse

Methods inherited from BaseLesson

#initialize, #lab?, #readme?, #to_path, #to_url

Constructor Details

This class inherits a constructor from LearnOpen::Lessons::BaseLesson

Instance Method Details

#open(environment, editor, clone_only) ⇒ Object



4
5
6
# File 'lib/learn_open/lessons/lab_lesson.rb', line 4

def open(environment, editor, clone_only)
  environment.open_lab(self, location, editor, clone_only)
end