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



45
46
47
# File 'lib/asciidoctor/html/book.rb', line 45

def chapheading
  @chapheading
end

#chapprefixObject

Returns the value of attribute chapprefix

Returns:

  • (Object)

    the current value of chapprefix



45
46
47
# File 'lib/asciidoctor/html/book.rb', line 45

def chapprefix
  @chapprefix
end

#chapsubheadingObject

Returns the value of attribute chapsubheading

Returns:

  • (Object)

    the current value of chapsubheading



45
46
47
# File 'lib/asciidoctor/html/book.rb', line 45

def chapsubheading
  @chapsubheading
end

#chaptitleObject

Returns the value of attribute chaptitle

Returns:

  • (Object)

    the current value of chaptitle



45
46
47
# File 'lib/asciidoctor/html/book.rb', line 45

def chaptitle
  @chaptitle
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



45
46
47
# File 'lib/asciidoctor/html/book.rb', line 45

def index
  @index
end