Class: Ligarb::Chapter::CiteEntry
- Inherits:
-
Struct
- Object
- Struct
- Ligarb::Chapter::CiteEntry
- 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.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#anchor_id ⇒ Object
Returns the value of attribute anchor_id
15 16 17 |
# File 'lib/ligarb/chapter.rb', line 15 def anchor_id @anchor_id end |
#chapter_slug ⇒ Object
Returns the value of attribute chapter_slug
15 16 17 |
# File 'lib/ligarb/chapter.rb', line 15 def chapter_slug @chapter_slug end |
#display_text ⇒ Object
Returns the value of attribute display_text
15 16 17 |
# File 'lib/ligarb/chapter.rb', line 15 def display_text @display_text end |
#key ⇒ Object
Returns the value of attribute key
15 16 17 |
# File 'lib/ligarb/chapter.rb', line 15 def key @key end |