Class: Ligarb::Chapter::MermaidBlock
- Inherits:
-
Struct
- Object
- Struct
- Ligarb::Chapter::MermaidBlock
- Defined in:
- lib/ligarb/chapter.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
17 18 19 |
# File 'lib/ligarb/chapter.rb', line 17 def line @line end |
#text ⇒ Object
Returns the value of attribute text
17 18 19 |
# File 'lib/ligarb/chapter.rb', line 17 def text @text end |