Class: AbsorbApi::Lesson
Instance Attribute Summary collapse
-
#chapter_id ⇒ Object
Returns the value of attribute chapter_id.
-
#description ⇒ Object
Returns the value of attribute description.
-
#height ⇒ Object
Returns the value of attribute height.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#passing_score ⇒ Object
Returns the value of attribute passing_score.
-
#ref_id ⇒ Object
Returns the value of attribute ref_id.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
-
#use_popup ⇒ Object
Returns the value of attribute use_popup.
-
#weight ⇒ Object
Returns the value of attribute weight.
-
#width ⇒ Object
Returns the value of attribute width.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from AbsorbApi::Base
Instance Attribute Details
#chapter_id ⇒ Object
Returns the value of attribute chapter_id.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def chapter_id @chapter_id end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def description @description end |
#height ⇒ Object
Returns the value of attribute height.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def height @height end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def name @name end |
#notes ⇒ Object
Returns the value of attribute notes.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def notes @notes end |
#passing_score ⇒ Object
Returns the value of attribute passing_score.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def passing_score @passing_score end |
#ref_id ⇒ Object
Returns the value of attribute ref_id.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def ref_id @ref_id end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def url @url end |
#use_popup ⇒ Object
Returns the value of attribute use_popup.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def use_popup @use_popup end |
#weight ⇒ Object
Returns the value of attribute weight.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def weight @weight end |
#width ⇒ Object
Returns the value of attribute width.
3 4 5 |
# File 'lib/absorb_api/lesson.rb', line 3 def width @width end |