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