Class: Temill::ParserResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/temill/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#line_rangeObject

Returns the value of attribute line_range



4
5
6
# File 'lib/temill/parser.rb', line 4

def line_range
  @line_range
end

#symObject

Returns the value of attribute sym



4
5
6
# File 'lib/temill/parser.rb', line 4

def sym
  @sym
end

#valueObject

Returns the value of attribute value



4
5
6
# File 'lib/temill/parser.rb', line 4

def value
  @value
end