Class: Ruber::RubySyntaxChecker::SyntaxError
- Inherits:
-
Struct
- Object
- Struct
- Ruber::RubySyntaxChecker::SyntaxError
- Defined in:
- plugins/ruby_syntax_checker/ruby_syntax_checker.rb
Instance Attribute Summary (collapse)
-
- (Object) column
Returns the value of attribute column.
-
- (Object) error_type
Returns the value of attribute error_type.
-
- (Object) formatted_message
Returns the value of attribute formatted_message.
-
- (Object) line
Returns the value of attribute line.
-
- (Object) message
Returns the value of attribute message.
Instance Attribute Details
- (Object) column
Returns the value of attribute column
25 26 27 |
# File 'plugins/ruby_syntax_checker/ruby_syntax_checker.rb', line 25 def column @column end |
- (Object) error_type
Returns the value of attribute error_type
25 26 27 |
# File 'plugins/ruby_syntax_checker/ruby_syntax_checker.rb', line 25 def error_type @error_type end |
- (Object) formatted_message
Returns the value of attribute formatted_message
25 26 27 |
# File 'plugins/ruby_syntax_checker/ruby_syntax_checker.rb', line 25 def @formatted_message end |
- (Object) line
Returns the value of attribute line
25 26 27 |
# File 'plugins/ruby_syntax_checker/ruby_syntax_checker.rb', line 25 def line @line end |
- (Object) message
Returns the value of attribute message
25 26 27 |
# File 'plugins/ruby_syntax_checker/ruby_syntax_checker.rb', line 25 def @message end |