Class: Asciidoctor::Html::Book::TData

Inherits:
Struct
  • Object
show all
Defined in:
lib/asciidoctor/html/book.rb

Overview

Template data to be processed by each document

Instance Attribute Summary collapse

Instance Attribute Details

#chapnumObject

Returns the value of attribute chapnum

Returns:

  • (Object)

    the current value of chapnum



42
43
44
# File 'lib/asciidoctor/html/book.rb', line 42

def chapnum
  @chapnum
end

#chaptitleObject

Returns the value of attribute chaptitle

Returns:

  • (Object)

    the current value of chaptitle



42
43
44
# File 'lib/asciidoctor/html/book.rb', line 42

def chaptitle
  @chaptitle
end