Class: Taoism::LexicalError
- Inherits:
-
Struct
- Object
- Struct
- Taoism::LexicalError
- Defined in:
- lib/taoism.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#message ⇒ Object
Returns the value of attribute message.
-
#pos ⇒ Object
Returns the value of attribute pos.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
12 13 14 |
# File 'lib/taoism.rb', line 12 def code @code end |
#message ⇒ Object
Returns the value of attribute message
12 13 14 |
# File 'lib/taoism.rb', line 12 def @message end |
#pos ⇒ Object
Returns the value of attribute pos
12 13 14 |
# File 'lib/taoism.rb', line 12 def pos @pos end |