Class: RText::Parser::Problem

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

Instance Attribute Summary collapse

Instance Attribute Details

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



6
7
8
# File 'lib/rtext/parser.rb', line 6

def line
  @line
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



6
7
8
# File 'lib/rtext/parser.rb', line 6

def message
  @message
end