Class: Temill::ParserResult
- Inherits:
-
Struct
- Object
- Struct
- Temill::ParserResult
- Defined in:
- lib/temill/parser.rb
Instance Attribute Summary collapse
-
#line_range ⇒ Object
Returns the value of attribute line_range.
-
#sym ⇒ Object
Returns the value of attribute sym.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#line_range ⇒ Object
Returns the value of attribute line_range
4 5 6 |
# File 'lib/temill/parser.rb', line 4 def line_range @line_range end |
#sym ⇒ Object
Returns the value of attribute sym
4 5 6 |
# File 'lib/temill/parser.rb', line 4 def sym @sym end |
#value ⇒ Object
Returns the value of attribute value
4 5 6 |
# File 'lib/temill/parser.rb', line 4 def value @value end |