class LearnWeb::Client::Lesson::NextLesson

Attributes

assessments[RW]
clone_repo[RW]
data[RW]
dot_learn[RW]
forked_repo[RW]
github_repo[RW]
id[RW]
lab[RW]
response[R]
title[RW]

Public Class Methods

new(response) click to toggle source
# File lib/learn_web/client/lesson/next_lesson.rb, line 12
def initialize(response)
  @response = response

  parse!
end