Class: Asciidoctor::Html::Book::TData
- Inherits:
-
Struct
- Object
- Struct
- Asciidoctor::Html::Book::TData
- Defined in:
- lib/asciidoctor/html/book.rb
Overview
Template data to be processed by each document
Instance Attribute Summary collapse
-
#chapnum ⇒ Object
Returns the value of attribute chapnum.
-
#chaptitle ⇒ Object
Returns the value of attribute chaptitle.
Instance Attribute Details
#chapnum ⇒ Object
Returns the value of attribute chapnum
42 43 44 |
# File 'lib/asciidoctor/html/book.rb', line 42 def chapnum @chapnum end |
#chaptitle ⇒ Object
Returns the value of attribute chaptitle
42 43 44 |
# File 'lib/asciidoctor/html/book.rb', line 42 def chaptitle @chaptitle end |