Class: Moodle2CC::Moodle2::Models::BookChapter

Inherits:
Object
  • Object
show all
Defined in:
lib/moodle2cc/moodle2/models/book_chapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content.



3
4
5
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3

def content
  @content
end

#content_formatObject

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

#hiddenObject

Returns the value of attribute hidden.



3
4
5
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3

def hidden
  @hidden
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3

def id
  @id
end

#pagenumObject

Returns the value of attribute pagenum.



3
4
5
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3

def pagenum
  @pagenum
end

#subchapterObject

Returns the value of attribute subchapter.



3
4
5
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3

def subchapter
  @subchapter
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/moodle2cc/moodle2/models/book_chapter.rb', line 3

def title
  @title
end