class LearnWeb::Client::Lesson::CurrentStatus
Attributes
data[RW]
lights[RW]
median_completion_time[RW]
response[R]
started[RW]
students_working[RW]
title[RW]
Public Class Methods
new(response)
click to toggle source
# File lib/learn_web/client/lesson/current_status.rb, line 12 def initialize(response) @response = response parse! end