Class: Ligarb::Chapter::IndexEntry
- Inherits:
-
Struct
- Object
- Struct
- Ligarb::Chapter::IndexEntry
- Defined in:
- lib/ligarb/chapter.rb
Instance Attribute Summary collapse
-
#anchor_id ⇒ Object
Returns the value of attribute anchor_id.
-
#chapter_slug ⇒ Object
Returns the value of attribute chapter_slug.
-
#display_text ⇒ Object
Returns the value of attribute display_text.
-
#term ⇒ Object
Returns the value of attribute term.
Instance Attribute Details
#anchor_id ⇒ Object
Returns the value of attribute anchor_id
14 15 16 |
# File 'lib/ligarb/chapter.rb', line 14 def anchor_id @anchor_id end |
#chapter_slug ⇒ Object
Returns the value of attribute chapter_slug
14 15 16 |
# File 'lib/ligarb/chapter.rb', line 14 def chapter_slug @chapter_slug end |
#display_text ⇒ Object
Returns the value of attribute display_text
14 15 16 |
# File 'lib/ligarb/chapter.rb', line 14 def display_text @display_text end |
#term ⇒ Object
Returns the value of attribute term
14 15 16 |
# File 'lib/ligarb/chapter.rb', line 14 def term @term end |