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



51
52
53
# File 'lib/asciidoctor/html/book.rb', line 51

def chapheading
  @chapheading
end

#chapprefixObject

Returns the value of attribute chapprefix

Returns:

  • (Object)

    the current value of chapprefix



51
52
53
# File 'lib/asciidoctor/html/book.rb', line 51

def chapprefix
  @chapprefix
end

#chapsubheadingObject

Returns the value of attribute chapsubheading

Returns:

  • (Object)

    the current value of chapsubheading



51
52
53
# File 'lib/asciidoctor/html/book.rb', line 51

def chapsubheading
  @chapsubheading
end

#chaptitleObject

Returns the value of attribute chaptitle

Returns:

  • (Object)

    the current value of chaptitle



51
52
53
# File 'lib/asciidoctor/html/book.rb', line 51

def chaptitle
  @chaptitle
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



51
52
53
# File 'lib/asciidoctor/html/book.rb', line 51

def index
  @index
end

#outlineObject

Returns the value of attribute outline

Returns:

  • (Object)

    the current value of outline



51
52
53
# File 'lib/asciidoctor/html/book.rb', line 51

def outline
  @outline
end