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 Record
all, can_create, can_search, find, #initialize, with_relationships
Constructor Details
This class inherits a constructor from AbsorbApi::Record
Instance Attribute Details
#chapter_id ⇒ Object
Returns the value of attribute chapter_id.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def chapter_id @chapter_id end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def description @description end |
#height ⇒ Object
Returns the value of attribute height.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def height @height end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def name @name end |
#notes ⇒ Object
Returns the value of attribute notes.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def notes @notes end |
#passing_score ⇒ Object
Returns the value of attribute passing_score.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def passing_score @passing_score end |
#ref_id ⇒ Object
Returns the value of attribute ref_id.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def ref_id @ref_id end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def url @url end |
#use_popup ⇒ Object
Returns the value of attribute use_popup.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def use_popup @use_popup end |
#weight ⇒ Object
Returns the value of attribute weight.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def weight @weight end |
#width ⇒ Object
Returns the value of attribute width.
5 6 7 |
# File 'lib/absorb_api/lesson.rb', line 5 def width @width end |