Class: Ligarb::Chapter::Heading
- Inherits:
-
Struct
- Object
- Struct
- Ligarb::Chapter::Heading
- Defined in:
- lib/ligarb/chapter.rb
Instance Attribute Summary collapse
-
#display_text ⇒ Object
Returns the value of attribute display_text.
-
#id ⇒ Object
Returns the value of attribute id.
-
#level ⇒ Object
Returns the value of attribute level.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#display_text ⇒ Object
Returns the value of attribute display_text
13 14 15 |
# File 'lib/ligarb/chapter.rb', line 13 def display_text @display_text end |
#id ⇒ Object
Returns the value of attribute id
13 14 15 |
# File 'lib/ligarb/chapter.rb', line 13 def id @id end |
#level ⇒ Object
Returns the value of attribute level
13 14 15 |
# File 'lib/ligarb/chapter.rb', line 13 def level @level end |
#text ⇒ Object
Returns the value of attribute text
13 14 15 |
# File 'lib/ligarb/chapter.rb', line 13 def text @text end |