Class: Moodle2CC::Moodle2::Models::BookChapter
- Inherits:
-
Object
- Object
- Moodle2CC::Moodle2::Models::BookChapter
- Defined in:
- lib/moodle2cc/moodle2/models/book_chapter.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#content_format ⇒ Object
Returns the value of attribute content_format.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#id ⇒ Object
Returns the value of attribute id.
-
#pagenum ⇒ Object
Returns the value of attribute pagenum.
-
#subchapter ⇒ Object
Returns the value of attribute subchapter.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3 def content @content end |
#content_format ⇒ Object
Returns the value of attribute content_format.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3 def content_format @content_format end |
#hidden ⇒ Object
Returns the value of attribute hidden.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3 def hidden @hidden end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3 def id @id end |
#pagenum ⇒ Object
Returns the value of attribute pagenum.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3 def pagenum @pagenum end |
#subchapter ⇒ Object
Returns the value of attribute subchapter.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3 def subchapter @subchapter end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3 def title @title end |