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
-
#chapheading ⇒ Object
Returns the value of attribute chapheading.
-
#chapprefix ⇒ Object
Returns the value of attribute chapprefix.
-
#chapsubheading ⇒ Object
Returns the value of attribute chapsubheading.
-
#chaptitle ⇒ Object
Returns the value of attribute chaptitle.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#chapheading ⇒ Object
Returns the value of attribute chapheading
47 48 49 |
# File 'lib/asciidoctor/html/book.rb', line 47 def chapheading @chapheading end |
#chapprefix ⇒ Object
Returns the value of attribute chapprefix
47 48 49 |
# File 'lib/asciidoctor/html/book.rb', line 47 def chapprefix @chapprefix end |
#chapsubheading ⇒ Object
Returns the value of attribute chapsubheading
47 48 49 |
# File 'lib/asciidoctor/html/book.rb', line 47 def chapsubheading @chapsubheading end |
#chaptitle ⇒ Object
Returns the value of attribute chaptitle
47 48 49 |
# File 'lib/asciidoctor/html/book.rb', line 47 def chaptitle @chaptitle end |
#index ⇒ Object
Returns the value of attribute index
47 48 49 |
# File 'lib/asciidoctor/html/book.rb', line 47 def index @index end |