Class: Vangrail::Colang::Parser::Line
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Colang::Parser::Line
- Defined in:
- lib/vangrail/colang/parser.rb
Instance Attribute Summary collapse
-
#indent ⇒ Object
Returns the value of attribute indent.
-
#number ⇒ Object
Returns the value of attribute number.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#indent ⇒ Object
Returns the value of attribute indent
28 29 30 |
# File 'lib/vangrail/colang/parser.rb', line 28 def indent @indent end |
#number ⇒ Object
Returns the value of attribute number
28 29 30 |
# File 'lib/vangrail/colang/parser.rb', line 28 def number @number end |
#text ⇒ Object
Returns the value of attribute text
28 29 30 |
# File 'lib/vangrail/colang/parser.rb', line 28 def text @text end |