Class: Pocketbook::BookRenderer::Chapter::TocHeading
- Inherits:
-
Struct
- Object
- Struct
- Pocketbook::BookRenderer::Chapter::TocHeading
- Defined in:
- lib/pocketbook/book_renderer/chapter.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#level ⇒ Object
Returns the value of attribute level.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/pocketbook/book_renderer/chapter.rb', line 7 def id @id end |
#level ⇒ Object
Returns the value of attribute level
7 8 9 |
# File 'lib/pocketbook/book_renderer/chapter.rb', line 7 def level @level end |
#title ⇒ Object
Returns the value of attribute title
7 8 9 |
# File 'lib/pocketbook/book_renderer/chapter.rb', line 7 def title @title end |