Sha256: 3441fbe392cb4d5f0099dbd587289ebe9ede20511add3d99d20f09791ece46c6
Contents?: true
Size: 436 Bytes
Versions: 5
Compression:
Stored size: 436 Bytes
Contents
module LearnWeb class Client module Lesson class NextLesson attr_reader :response attr_accessor :data, :id, :title, :link, :github_repo, :forked_repo, :assessments, :lab include LearnWeb::AttributePopulatable include LearnWeb::ResponseParsable def initialize(response) @response = response parse! end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems