Sha256: 42a0563b63b214c1acb0c3cf4cbd6b4a946bedf319cf56c90442d02c6e14f536
Contents?: true
Size: 240 Bytes
Versions: 3
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true module AbsorbApi class Lesson < Record attr_accessor :id, :chapter_id, :name, :description, :notes, :type, :width, :height, :url, :use_popup, :passing_score, :weight, :ref_id end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
absorb_api-0.9.3 | lib/absorb_api/lesson.rb |
absorb_api-0.9.2 | lib/absorb_api/lesson.rb |
absorb_api-0.9.1 | lib/absorb_api/lesson.rb |