Class: RText::Parser::Problem
- Inherits:
-
Struct
- Object
- Struct
- RText::Parser::Problem
- Defined in:
- lib/rtext/parser.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
6 7 8 |
# File 'lib/rtext/parser.rb', line 6 def line @line end |
#message ⇒ Object
Returns the value of attribute message
6 7 8 |
# File 'lib/rtext/parser.rb', line 6 def @message end |