Class: Pegparse::ParserError

Inherits:
Struct
  • Object
show all
Defined in:
lib/pegparse/parser_errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#posObject

Returns the value of attribute pos



3
4
5
# File 'lib/pegparse/parser_errors.rb', line 3

def pos
  @pos
end

#reasonObject

Returns the value of attribute reason



3
4
5
# File 'lib/pegparse/parser_errors.rb', line 3

def reason
  @reason
end