Class: AbsorbApi::Chapter
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#lesson_ids ⇒ Object
Returns the value of attribute lesson_ids.
-
#name ⇒ Object
Returns the value of attribute name.
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
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/absorb_api/chapter.rb', line 5 def id @id end |
#lesson_ids ⇒ Object
Returns the value of attribute lesson_ids.
5 6 7 |
# File 'lib/absorb_api/chapter.rb', line 5 def lesson_ids @lesson_ids end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/absorb_api/chapter.rb', line 5 def name @name end |