Class: AbsorbApi::Chapter

Inherits:
Base
  • Object
show all
Defined in:
lib/absorb_api/chapter.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from AbsorbApi::Base

Instance Attribute Details

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/absorb_api/chapter.rb', line 3

def id
  @id
end

#lesson_idsObject

Returns the value of attribute lesson_ids.



3
4
5
# File 'lib/absorb_api/chapter.rb', line 3

def lesson_ids
  @lesson_ids
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/absorb_api/chapter.rb', line 3

def name
  @name
end