Class: Asciidoctor::Html::Pagination::PagItem
- Inherits:
-
Struct
- Object
- Struct
- Asciidoctor::Html::Pagination::PagItem
- Defined in:
- lib/asciidoctor/html/pagination.rb
Overview
Pagination item
Instance Attribute Summary collapse
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#title ⇒ Object
Returns the value of attribute title
8 9 10 |
# File 'lib/asciidoctor/html/pagination.rb', line 8 def title @title end |
#url ⇒ Object
Returns the value of attribute url
8 9 10 |
# File 'lib/asciidoctor/html/pagination.rb', line 8 def url @url end |