Class: Docbook::Services::ListOfGenerator::Entry
- Inherits:
-
Struct
- Object
- Struct
- Docbook::Services::ListOfGenerator::Entry
- Defined in:
- lib/docbook/services/list_of_generator.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#number ⇒ Object
Returns the value of attribute number.
-
#section_id ⇒ Object
Returns the value of attribute section_id.
-
#section_title ⇒ Object
Returns the value of attribute section_title.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/docbook/services/list_of_generator.rb', line 6 def id @id end |
#number ⇒ Object
Returns the value of attribute number
6 7 8 |
# File 'lib/docbook/services/list_of_generator.rb', line 6 def number @number end |
#section_id ⇒ Object
Returns the value of attribute section_id
6 7 8 |
# File 'lib/docbook/services/list_of_generator.rb', line 6 def section_id @section_id end |
#section_title ⇒ Object
Returns the value of attribute section_title
6 7 8 |
# File 'lib/docbook/services/list_of_generator.rb', line 6 def section_title @section_title end |
#title ⇒ Object
Returns the value of attribute title
6 7 8 |
# File 'lib/docbook/services/list_of_generator.rb', line 6 def title @title end |