class LearnWeb::Client::Lesson::CurrentLesson
Attributes
assessments[RW]
clone_repo[RW]
data[RW]
dot_learn[RW]
forked_repo[RW]
github_repo[RW]
id[RW]
lab[RW]
link[RW]
response[R]
title[RW]
Public Class Methods
new(response)
click to toggle source
# File lib/learn_web/client/lesson/current_lesson.rb, line 12 def initialize(response) @response = response parse! end