Class: Asciidoctor::Html::Pagination::PagItem

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

Overview

Pagination item

Instance Attribute Summary collapse

Instance Attribute Details

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



8
9
10
# File 'lib/asciidoctor/html/pagination.rb', line 8

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



8
9
10
# File 'lib/asciidoctor/html/pagination.rb', line 8

def url
  @url
end