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