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

#chapheadingObject

Returns the value of attribute chapheading

Returns:

  • (Object)

    the current value of chapheading



47
48
49
# File 'lib/asciidoctor/html/book.rb', line 47

def chapheading
  @chapheading
end

#chapprefixObject

Returns the value of attribute chapprefix

Returns:

  • (Object)

    the current value of chapprefix



47
48
49
# File 'lib/asciidoctor/html/book.rb', line 47

def chapprefix
  @chapprefix
end

#chapsubheadingObject

Returns the value of attribute chapsubheading

Returns:

  • (Object)

    the current value of chapsubheading



47
48
49
# File 'lib/asciidoctor/html/book.rb', line 47

def chapsubheading
  @chapsubheading
end

#chaptitleObject

Returns the value of attribute chaptitle

Returns:

  • (Object)

    the current value of chaptitle



47
48
49
# File 'lib/asciidoctor/html/book.rb', line 47

def chaptitle
  @chaptitle
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



47
48
49
# File 'lib/asciidoctor/html/book.rb', line 47

def index
  @index
end